Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Onsubmit php form works fine in Firefox but not in IE 6 or 7
Old 08-01-2008, 03:27 PM Onsubmit php form works fine in Firefox but not in IE 6 or 7
Junior Talker

Posts: 2
Trades: 0
Hello, newbie here . I am trying to get a form to work in IE that works right now 100% fine in Firefox.

I am actually experiencing a similar problem as this guy http://www.webmaster-talk.com/php-fo...refox-but.html (I can see it was not resolved).

Here is what i got:
BETWEEN HEAD TAGS:
Code:
<script language="javascript">
function whbut(pay)
{


document.frm_order.action='billing_circus.php';
document.frm_order.submit();

}
</script>
THIS IS WHAT I HAVE ABOVE WHERE THE FORM STARTS:
PHP Code:
<?php
$pay_method
=$_POST['pay_method'];

?>
<form name="form_order" action="" method="post" onsubmit="javascript:whbut('<?php echo $pay_method?>');">

THIS IS WHAT I HAVE WHERE THE FORM ENDS:
HTML Code:
<input type="image" src="images/confirm.gif" alt="Continue" width="81" height="23" border="0" value="deluxe_pro" name="continue" />
Why would this not be working in IE? I tried Safari works fine, I tried Firefox works fine. I tried IE 6 did NOT work, and I tried IE 7 did NOT work.

Any help is greatly appreciated. Thanks.

-Fretta
FrEtTa is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Reply     « Reply to Onsubmit php form works fine in Firefox but not in IE 6 or 7
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.08175 seconds with 12 queries