H
Harvey
I would like to have a drop down list box of web pages that would
immediately go to the selected webpage, without having to click on a submit
button.
I have used the following code, but this can trigger the 'active-x block' in
IE6, which I want to stay away from.
Can I do this another way?
<select onChange="location=options[selectedIndex].value;" size="1.50"
name="meetings" style="color: #004000; font-size: 8pt; font-family: Arial">
<option>-- Select a date range to view --</option>
<option VALUE="2004meetings.htm">2004</option>
<option VALUE="2005janjun.htm">January to June, 2005</option>
<option VALUE="2005juldec.htm">July to December, 2005</option>
</option>
The pages in question:
http://www.cityoffellsmere.org/clerk/citycouncilnew.htm
Thanks,
Harvey
immediately go to the selected webpage, without having to click on a submit
button.
I have used the following code, but this can trigger the 'active-x block' in
IE6, which I want to stay away from.
Can I do this another way?
<select onChange="location=options[selectedIndex].value;" size="1.50"
name="meetings" style="color: #004000; font-size: 8pt; font-family: Arial">
<option>-- Select a date range to view --</option>
<option VALUE="2004meetings.htm">2004</option>
<option VALUE="2005janjun.htm">January to June, 2005</option>
<option VALUE="2005juldec.htm">July to December, 2005</option>
</option>
The pages in question:
http://www.cityoffellsmere.org/clerk/citycouncilnew.htm
Thanks,
Harvey