08-03-2009, 05:56 PM
|
#1 (permalink)
|
|
The Contributor
Join Date: Jul 2009
Posts: 80
Thanks: 13
|
Form image submit
When I run this form
Code:
<form id="search" action="html_form_submit.asp" method="GET">
<input type="text" name="q" id="searchtext"/>
<input type="image" value="bounsh.com" id="searchrightbox" border="0" alt="" name="image">
</form>
however when i submit the URL i get this
&image.x=0&image.y=0&image=bounsh.com
is there anyway to block that from getting sent?
|
|
|
|