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.reasonfreak s.com/xxx/">
<INPUT TYPE="hidden" NAME="orderID" VALUE="$bestell ingen_id">
<INPUT TYPE="hidden" NAME="amount" VALUE="$b_totaa l">
<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="JavaS cript">
document.frm_or der.submit();
</SCRIPT>
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.reasonfreak s.com/xxx/">
<INPUT TYPE="hidden" NAME="orderID" VALUE="$bestell ingen_id">
<INPUT TYPE="hidden" NAME="amount" VALUE="$b_totaa l">
<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="JavaS cript">
document.frm_or der.submit();
</SCRIPT>
Comment