I have a drop down menu written but cannot figure out how activate the "Go" or "Submit" button so when the user clicks it, they are taken to where I want them to go.
How do I make the "Go" button active so it directs them to their choice of location?
Simple is VERY GOOD.
Long and complicated Java Scripts will only confuse me.
Explanations are APPRECIATED.
If you can explain the dynamics of your answer so I can understand the process of what occurs when the "Go" button is clicked, I will love you forever.
PLEASE DO NOT copy and paste if you REALLY DON'T KNOW what you are doing. Let the experts shine.
THANKS
HTML help? - How do I make my drop-down menu work when the "Go" button is clicked?
simple, this is the easiest way of doing it, although it would cause a lot of programmers to bite their tounges.
Each option tag has a value of the url you want to go 2. when it is changed, 'onchange' the window.location.href is the address of the window. this.value is the value of which option you picked, and wala, the address takes the value of this.value.
Reply:ok, when? Report It
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment