Forum Moderators: open

Message Too Old, No Replies

Input type="image" query string Question

x=66&y=21 being appended to query string

         

justin holton

6:50 pm on Aug 11, 2006 (gmt 0)

10+ Year Member



<form action="foo.php" method="get">
<input type="text" name="blah" id="blah" value="foo" />
<input type="image" src="images/searchButtonHome.gif" />
</form>

Clicking image button results with a query string of ..
http://www.example.com/foo.php?blah=foo&x=66&y=21

I know why the x and y is there, for image map reasons as the x and y coordinates indicate where the user clicked on the button; however, is there a way I can prevent it from appearing in the query string? Not that I have to get rid of it, I just find it sorta annoying. Thanks.

<edit reason: use example.com>

[edited by: tedster at 7:20 pm (utc) on Aug. 11, 2006]

rocknbil

7:02 pm on Aug 11, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



From last week [webmasterworld.com], No.