jc_gmk
05-21-2007, 11:01 AM
Hi,
I've created a select menu which links with my php page and works fine, but I need to create a few options that go to an exact url.
Is this possible?
<form action="mypage.php" method="post">
<select name="choice">
<option value="one">one</option>
<option value="two">two</option>
<option value="three">three</option>
<option>Go To URL</option>
</select>
<input type="submit" value"Submit" />
</form>
I've created a select menu which links with my php page and works fine, but I need to create a few options that go to an exact url.
Is this possible?
<form action="mypage.php" method="post">
<select name="choice">
<option value="one">one</option>
<option value="two">two</option>
<option value="three">three</option>
<option>Go To URL</option>
</select>
<input type="submit" value"Submit" />
</form>