JavaScript and client side scripting.
Moderator: General Moderators
-
methos
- Forum Newbie
- Posts: 13
- Joined: Sat Oct 21, 2006 8:31 am
Post
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>
Last edited by
methos on Mon Mar 26, 2007 4:02 pm, edited 1 time in total.
-
onion2k
- Jedi Mod
- Posts: 5263
- Joined: Tue Dec 21, 2004 5:03 pm
- Location: usrlab.com
Post
by onion2k »
Use a submit button instead of an image.
-
methos
- Forum Newbie
- Posts: 13
- Joined: Sat Oct 21, 2006 8:31 am
Post
by methos »
I need it to be an image.
Last edited by
methos on Mon Mar 26, 2007 4:03 pm, edited 1 time in total.
-
John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
-
Contact:
Post
by John Cartwright »
It's a part of IE renderer, so I'm afraid your out of luck. (I may be wrong)
-
wtf
- Forum Contributor
- Posts: 331
- Joined: Thu Nov 03, 2005 5:27 pm
Post
by wtf »
Can't you use CSS to style button with image?