ie having problems, firefox not...
Posted: Sat May 03, 2008 2:32 am
Hello,
I'm nearing completion of a site and suddenly realized that my login code does not work in Internet Explorer, while it does work in Firefox. I've tracked it down to the 'new and improved' IE7. My submit button is an image:
When the form is submitted, Firefox can figure out that $_POST["submit"] = "itsvalue". Firefox can also return the x and y position of where the user clicked. Apparently, IE now ONLY returns the x and y, no actual value.
I've based the entire site around image submits, some with values which determine what the resulting page does. Anyone know a workaround? Thanks.
I'm nearing completion of a site and suddenly realized that my login code does not work in Internet Explorer, while it does work in Firefox. I've tracked it down to the 'new and improved' IE7. My submit button is an image:
Code: Select all
<input type="image" name="submit" value="itsvalue" alt="Log In" src="i/login.jpg" class="navimg">
I've based the entire site around image submits, some with values which determine what the resulting page does. Anyone know a workaround? Thanks.