How can I take the x and y coordinates of a get form out?
Posted: Mon Mar 19, 2007 5:30 pm
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>