10-02-2008, 05:54 PM
|
#1 (permalink)
|
|
The Contributor
Join Date: Apr 2008
Location: Nevada, USA
Posts: 52
Thanks: 10
|
Load url on select, via drop down menu
Ok, my title pretty much says it all. I need to create a drop down menu with the titles of the pages I need to load. The pages are being included with a $_GET command and a switch statement. The page inclusion works good. I just need to create the drop down menu and have it load the $_GET requests when their selected. Help please?
I already have something like this:
Code:
<select name=\"page\">
<option value=\"change_auth_level\">Change auth level</option>
<option value=\"email_activation\">Email activation settings</option>
</select>
__________________
|
|
|