form.submit(à on Netscape doesn't works

V

viper81

Hello,

This script works fine on Iexplorer but on Netscape 7.1 and older it doesn't works.

Can someone helps me with this =>


<form name="frm_order" method="POST" action="http://www.reasonfreaks.com/xxx/">
<INPUT TYPE="hidden" NAME="orderID" VALUE="$bestellingen_id">
<INPUT TYPE="hidden" NAME="amount" VALUE="$b_totaal">
<INPUT TYPE="hidden" NAME="currency" VALUE="EUR">
<INPUT TYPE="hidden" NAME="pspid" VALUE="dmdreams">
<INPUT TYPE="hidden" NAME="RL" VALUE="ncol_2.0">
<INPUT TYPE="hidden" NAME="language" VALUE="eng_ENG">
</form>


<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript">

document.frm_order.submit();

</SCRIPT>
 
L

Lee

viper81 said:
Hello,

This script works fine on Iexplorer but on Netscape 7.1 and older it doesn't
works.

It works for me in Netscape 7.1 when I place all of that in
the <body> of a page. My guess is that you've got invalid
HTML that you haven't shown us.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,023
Latest member
websitedesig25

Latest Threads

Top