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?
HTML Code:<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>



Reply With Quote

Bookmarks