Page 1 of 1

How can I take the x and y coordinates of a get form out?

Posted: Mon Mar 19, 2007 5:30 pm
by methos
The following form sends x and y coordinates in the url of the external site. How can I disable that without using post nor using javascript ?


Code: Select all

<form action="http://www.externalsite.com" method="get"><div class="Layer">
<input type="image" src="image.jpg" alt="Alt text" /></div></form>

Posted: Mon Mar 19, 2007 7:15 pm
by onion2k
Use a submit button instead of an image.

Posted: Mon Mar 19, 2007 7:49 pm
by methos
I need it to be an image.

Posted: Mon Mar 19, 2007 8:44 pm
by John Cartwright
It's a part of IE renderer, so I'm afraid your out of luck. (I may be wrong)

Posted: Mon Mar 19, 2007 8:54 pm
by wtf
Can't you use CSS to style button with image?