I've seen this done before, but I'm not sure if it's done better with javascript or ASP - So I'm posting this message in both areas.
I have a combo box on a form with 5 choices in it.
If the user chooses choice1, then I want the browswer to redirect to page1.html, if the user chooses choice2, then I want the browser to redirect to page2.html etc. etc..
However I don't want to have a "submit" button, i just want the redirection to occur upon update of the combo box - which is why I think it might be javascript,, right?
simple enough? - but I'm confused on whether this is a client side or server side issue - do I use the "onafterupdate" event in javascript, Is there something like a select case statement in javascript i can use to capture the user's selection?
Does anyone have an example of this being done that I can look at
Thanks. How much more water would there be in the ocean if it weren't for sponges?
I have a combo box on a form with 5 choices in it.
If the user chooses choice1, then I want the browswer to redirect to page1.html, if the user chooses choice2, then I want the browser to redirect to page2.html etc. etc..
However I don't want to have a "submit" button, i just want the redirection to occur upon update of the combo box - which is why I think it might be javascript,, right?
simple enough? - but I'm confused on whether this is a client side or server side issue - do I use the "onafterupdate" event in javascript, Is there something like a select case statement in javascript i can use to capture the user's selection?
Does anyone have an example of this being done that I can look at
Thanks. How much more water would there be in the ocean if it weren't for sponges?