I have a drop down menu and it will forward to the link when user clicks it Please click here to view I dont want any button just when user select category it will forward it to them. I want to remove the button when user want they click the menu and when select it will forward to the domain. Please guide me. Thanks...
The button code is
<FORM name="mapform" method="POST">
<SELECT name="jump" size="1">
<OPTION value="" SELECTED>Select the Category</option>
<OPTION value="http://www.mydomain.com/posting.php?mode=post&f=1">Ask a Question</option>
<OPTION value="http://www.mydomain.com/posting.php?mode=post&f=4">Vehicle for Sale</option>
<OPTION value="http://www.mydomain.com/posting.php?mode=post&f=8">Housing for Rent</option>
</SELECT>
<INPUT type=button onClick= "location = '' + document.mapform.jump.options[ document.mapform.jump.selectedIndex ].value;" value="Place an Ad!">
</FORM>
Additional Help :) if possible can you tell me how to make this button look good like nice themes...