Flite
01-25-2005, 10:12 PM
Can someone please tell me how to fix this form so that just the address displays in the url box once my visitors press go.
When someone presses the button now the url box displays like this:
http://www.mylink.com/?select=Banner+Ads&Submit=Go
I would like for the url box to just display the address:
http://www.mylink.com/?kbid=1005
Please tell me how to rewrite the code to accomplish this.
Here is the code:
<form Method="get"
Action="http://www.mylink.com/?kbid=1005" >
<font face="Arial" size="2"> <b>Learn how to promote <i>your
Website</i> using<br></b></font> <select name="select">
<option selected>SELECT PROMOTION</option>
<option>Search Engines</option>
<option>Free Classified Ads</option>
<option>Ezine Classified Ads</option>
<option>Bulletin Boards</option>
<option>Newsgroups</option>
<option>Banner Ads</option>
<option>Affiliate Programs</option>
<option>Network Marketing</option>
<option>Joint Ventures</option>
<option>Sales Copy</option>
<option>Autoresponders</option>
<option>Sales Strategies</option>
<option>Opt-In Email</option>
<option>Paid Classifed Ads</option>
</select>
<input type="submit" name="Submit" value="Go">
</form>
When someone presses the button now the url box displays like this:
http://www.mylink.com/?select=Banner+Ads&Submit=Go
I would like for the url box to just display the address:
http://www.mylink.com/?kbid=1005
Please tell me how to rewrite the code to accomplish this.
Here is the code:
<form Method="get"
Action="http://www.mylink.com/?kbid=1005" >
<font face="Arial" size="2"> <b>Learn how to promote <i>your
Website</i> using<br></b></font> <select name="select">
<option selected>SELECT PROMOTION</option>
<option>Search Engines</option>
<option>Free Classified Ads</option>
<option>Ezine Classified Ads</option>
<option>Bulletin Boards</option>
<option>Newsgroups</option>
<option>Banner Ads</option>
<option>Affiliate Programs</option>
<option>Network Marketing</option>
<option>Joint Ventures</option>
<option>Sales Copy</option>
<option>Autoresponders</option>
<option>Sales Strategies</option>
<option>Opt-In Email</option>
<option>Paid Classifed Ads</option>
</select>
<input type="submit" name="Submit" value="Go">
</form>