Graphical Submit button doesn't 'post' in Firefox or IE
Posted
by
Ken
on Stack Overflow
See other posts from Stack Overflow
or by Ken
Published on 2011-11-23T01:41:03Z
Indexed on
2011/11/23
1:51 UTC
Read the original article
Hit count: 173
I've looked all over the net to try and solve this problem, but I can't find any solutions.
So far, I've checked 3 different browsers. It does not work on IE or FireFox, but it works just fine in Safari.
Here's the problem. When I click the button to submit my form, it forwards me to the 'post' URL page - INSTEAD of posting the data, and going to the thank you page like the script commands.
Here's the code I'm working with:
<form name="loginfrm" method="post" action="http://www.myaffiliatepowersite.com/members/quick_signup.php" style="margin:0; padding:0;">
" />
© Stack Overflow or respective owner