View Single Post
Old 08-03-2009, 05:56 PM   #1 (permalink)
russellharrower
The Contributor
 
russellharrower's Avatar
 
Join Date: Jul 2009
Posts: 80
Thanks: 13
russellharrower is on a distinguished road
Default 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?
russellharrower is offline  
Reply With Quote