Jump to content

Using <select> tag With JS


Joejoe04

Recommended Posts

If you were using a server side technology (e.g. PHP, ASP.NET, etc.) you could submit the value using a form and then process the value on the server and then redirect the user to the particular page.

Link to comment
Share on other sites

Hmm, or, you could have separate forms per option. Not sure how that would come out looking, but:

<form><select><option>1</option></select></form><form><select><option>2</option></select></form><form><select><option>3</option></select></form>

with each form going somewhere else..

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...