Forum Moderators: open

Message Too Old, No Replies

Need help

much appreciated!

         

textex

7:41 pm on Mar 22, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



What I need to do is have a form, javascript or whatever that directs the user to one of three different sources depending on what they select.

(these are just examples without being specific)
Specifically, I want all *a* users to go to one source. And all *b* users with green shoes to got to another and *b* users with blue shoes to go to a third.

More specific, I would like to have a set of radio buttons, one that says *a* and one that says *b*. If they click *a*, they get taken to the appropiate source. If they hit *b*, another set of radio buttons open up, asking them to choose what color shoes they have. They are then directed to the source depending on what color shoes they pick.

How can I achieve this?

orion_rus

3:37 pm on Mar 23, 2005 (gmt 0)

10+ Year Member



If you have a form, u need to send it to a server. And server can see where user needs to be redirected. Why don't you use a server side for this? if you need to make it on a client side you didn't need a form. U just need simple procedure which sees the value of select and redirects to another page.
Good luck to you!

textex

3:50 pm on Mar 23, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks for the input. Wish I had more programming skills cause I still don't know where to begin.

Moby_Dim

4:19 pm on Mar 23, 2005 (gmt 0)

10+ Year Member



Try to change form attribute action value while choosing an option (radio or select).