
japhy
Enthusiast
Apr 8, 2000, 11:59 AM
Post #2 of 3
(322 views)
|
You're using an image as the submission method, aren't you? As in: <input type="image" src="whatever.jpg">. Clicking on that sends Submit.x and Submit.y values in the query string, or name.x and name.y if the form element has a NAME attribute.
|