View Single Post
Old 03-07-2012, 05:40 PM   PM User | #1
aroj
New Coder

 
Join Date: Mar 2012
Posts: 13
Thanks: 2
Thanked 0 Times in 0 Posts
aroj is an unknown quantity at this point
Web form / Select (beginner)

Hello,

Is it possible modify this form

Code:
<form name="input" action="">
<fieldset>
Redirect: <select name="merchant">
<option value="https://www.amazon.com" selected="yes">amazon</option>
<option value="https://www.ebay.com">ebay</option>
<option value="https://www.bestbuy.com">bestbuy</option>
</select>
<br />
<input type="submit" value="Submit" />
</fieldset>
</form>
such that clicking on Submit redirects to the selected option in {amazon.com, ebay.com, bestbuy} ? If so, how?
aroj is offline   Reply With Quote