RetroZilla/layout/html/tests/formctls/bugs/bug17450.html

14 lines
388 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<HTML><HEAD><TITLE>CSIRO Australia - Scientific and Industrial Research</TITLE>
</HEAD>
<BODY>
<div style="width:180px;background-color:yellow;">
<FORM ACTION="/search/scripts/runFullSearch.asp" METHOD=POST TARGET="content">
<select size="1">
<option>Select Industry Sector</option>
</select>
<select size="1">
<option>Select Business Unit</option>
</select>
</FORM>
</div>
</BODY></HTML>