Click to See Complete Forum and Search --> : <option> autoredirect in all browsers ??


Asch
08-15-2003, 09:04 AM
Hi, i have a form that autoredirects without cliking on a "Go" button...the problem is that it only works with IE and not Netscape....it is for a business website so it must work for everybody :o) !!!and i don t want to ad a go button ...

this is what i have in the select tag
---------
onChange="window.location=this.options[this.selectedIndex].value;"
---------

YOur help would be reatly appriciated !! :O)

thanx

asch
:D

requestcode
08-15-2003, 09:28 AM
Which version of Netscape? If works for me in NS7.

AdamGundry
08-15-2003, 11:43 AM
You'll need to add a submit button to a server-side script, so users with Javascript disabled can use it - after all, users with Javascript disabled are much more common than Netscape users.

Adam

Asch
08-15-2003, 11:49 AM
Originally posted by AdamGundry
after all, users with Javascript disabled are much more common than Netscape users.
Adam


True :O)...ok so i think il have to put my go button :o(

thank you guys anyhow for your help !!!


cheers

Asch

:D