RetroZilla/layout/html/tests/formctls/bugs/bug17450.html
2015-10-20 23:03:22 -04:00

14 lines
388 B
HTML

<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>