03-12-2009, 05:31 PM
|
#1 (permalink)
|
|
The Gregarious
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
|
Dropdown question...
Hey guys, I was trying to do this in PHP but I don't think I can.
I think this requires some kind of client end programming.
I'd like to have a drop down with 2 options. The dropdown will have a submit button so no need for any kind of javascript call actions...
Anyways, if you select the first option, it sends you to one page, and if you select the second option, it sends you to another page.
For example:
Option 1: --> This will send you to page1.html via POST method along with any hidden types.
Option 2: --> This will send you to page2.html via POST method along with any hidden types.
TIA!!!
|
|
|
|