Link to home
Start Free TrialLog in
Avatar of hankknight
hankknightFlag for Canada

asked on

input type="image": removing X and Y

Hello,

When I use
   <input type="image">
instead of
   <input type="submit">
I get "x" and "y" automatically appended to my search query.  It seems to pass on the coordinates of the image I clicked on.  

I don't want this.

Is there a way to prevent "x" and "y" from being passed?


<form method="get" action="search.cgi">
<input type="text" name="search" size="10" value="search">
<input type="image" src="images/search.gif" alt="Search">
</form>

Open in new window

SOLUTION
Avatar of Phatzer
Phatzer
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Avatar of Göran Andersson
Göran Andersson
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial