form.submit(à on Netscape doesn't works

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • viper81

    form.submit(à on Netscape doesn't works

    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>
  • Lee

    #2
    Re: form.submit(à on Netscape doesn't works

    viper81 said:[color=blue]
    >
    >Hello,
    >
    >This script works fine on Iexplorer but on Netscape 7.1 and older it doesn't
    >works.[/color]

    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.

    Comment

    Working...