Page is a not externally linkable
- Code, Content, and Presentation
-- HTML
---- Can this be done easily?


mfmikeb - 12:03 am on Jul 28, 2004 (gmt 0)


On each page of our site we have a drop down menu. Customers can search by product line or brand.

However, we are adding many new brands and many new pages. This is completely unmanagable at this point and I can't (and haven't) keep adding to this list for the hundreds of pages we have.

I'm wondering if there's any way to have something like this:

<form>
<select name="worldwide" size="1" onChange="location.href=this.form.worldwide.options[this.form.worldwide.selectedIndex].value">
<option>Search Products
<OPTION VALUE="http://www.domain.com/example1">Example</OPTION>
<OPTION VALUE="http://www.domain.com/example2">Example</OPTION>
<OPTION VALUE="http://www.domain.com/example3">Example</OPTION>
</select>
</form>

On each page of our site yet not have to manually go to each and every page everytime we add a new "example"? Some sort of redirect or java or something? Please keep in mind that I know ZERO java but maybe can buy a js or...anything?

Thanks

[edited by: tedster at 12:42 am (utc) on July 28, 2004]
[edit reason] use generic domain name [/edit]


Thread source:: http://www.webmasterworld.com/html/8392.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com