mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
28 lines
847 B
HTML
28 lines
847 B
HTML
|
The select should not contain blank items
|
||
|
<BR>
|
||
|
<FORM NAME="SearchForm" ACTION="http://www.att.net/cgi-bin/srchall"
|
||
|
METHOD="GET">
|
||
|
<B>Search</B>
|
||
|
<INPUT TYPE="text" SIZE="18" NAME="string" MAXLENGTH="40">
|
||
|
<SELECT NAME="engine">
|
||
|
<OPTION VALUE="EX" SELECTED>Excite
|
||
|
<OPTION VALUE="IS"><!-- (#) -->Infoseek
|
||
|
<OPTION VALUE="LY"><!-- (#) -->Lycos
|
||
|
</SELECT>
|
||
|
</form>
|
||
|
|
||
|
<BR>
|
||
|
The select should not contain blank items
|
||
|
<BR>
|
||
|
<form>
|
||
|
<SELECT NAME="target" ONCHANGE="GoUrl(this)">
|
||
|
<OPTION VALUE="/goto-sony" selected>Quick Link</OPTION>
|
||
|
<OPTION
|
||
|
VALUE="/goto-sony">.........................................................</OP
|
||
|
TION>
|
||
|
<OPTION VALUE="/goto-sca">Sony Corporation of America</OPTION>
|
||
|
<OPTION VALUE="/goto-press"> -- Press Releases</OPTION>
|
||
|
<OPTION VALUE="/goto-jobs"> -- Jobs</OPTION>
|
||
|
<OPTION VALUE="/goto-ads"> -- How to Advertise@Sony</OPTION>
|
||
|
</form>
|