View Single Post
Old 10-02-2008, 05:54 PM   #1 (permalink)
h0ly lag
The Contributor
 
Join Date: Apr 2008
Location: Nevada, USA
Posts: 52
Thanks: 10
h0ly lag is on a distinguished road
Default 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>
__________________
Send a message via AIM to h0ly lag Send a message via MSN to h0ly lag
h0ly lag is offline  
Reply With Quote