Hi,
I am attempting to have a combo box with links that the user selects to go
to that page. Here is the java code.
<!--Change the option tags as desired-->
<form name="c937">
<p><select name="c614" size="1">
<option selected value="about-me.html<about me</option>
<option value="jokes.ht ml">jokes</option>
<option value="books.ht ml">books</option>
<option value="download s.html">downloa ds</option>
<option value="links.ht ml">links<//option>
</select>
<input type="button" value="Go"
onClick="locati on=document.c93 7.c614.options[document.c937.c 614.selectedInd e
x].value"></p>
</form>
The problem is that when I open the page in the web browser (IE six,) no
combo box appears. What am I doing wrong? Thanks,
Robert
P.S I am using Apache 1.3 as the webserver.
I am attempting to have a combo box with links that the user selects to go
to that page. Here is the java code.
<!--Change the option tags as desired-->
<form name="c937">
<p><select name="c614" size="1">
<option selected value="about-me.html<about me</option>
<option value="jokes.ht ml">jokes</option>
<option value="books.ht ml">books</option>
<option value="download s.html">downloa ds</option>
<option value="links.ht ml">links<//option>
</select>
<input type="button" value="Go"
onClick="locati on=document.c93 7.c614.options[document.c937.c 614.selectedInd e
x].value"></p>
</form>
The problem is that when I open the page in the web browser (IE six,) no
combo box appears. What am I doing wrong? Thanks,
Robert
P.S I am using Apache 1.3 as the webserver.
Comment