How to go to option without submit button?

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
 
T

Thomas A. Rowe

When you test your page make sure you are testing from a http location and you will not get that
warning from Windows XP SP2 IE.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top