Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more - View Single Post - Dynamic PHP drop down menu
View Single Post
Old 07-05-2009, 03:36 PM   #2 (permalink)
user24
Junior Member
 
Join Date: Jul 2009
Posts: 24
Default Re: Dynamic PHP drop down menu

You have two options with a select type dropdown to get the user to another page after they choose it from the dropdown. The first is to use onChange='javascript_function()' in the opening select tag. When the form changes, the javascript_function() would execute. You can also use your standard submit button <input type="submit" value="Go" /> or something like that. I'm not really sure what your question is, but I think this information should be helpful.
user24 is offline   Reply With Quote
Sponsored Links