in reply to Re: Redirecting form data to external site
in thread Redirecting form data to external site

It's a good idea to use named forms (and then document.forms["formname"].submit();)

Replies are listed 'Best First'.
Re: Redirecting form data to external site
by cLive ;-) (Prior) on Nov 21, 2003 at 14:57 UTC
    If you want the JavaScript to work with a smaller number of browsers that is.

    Why is it a good idea to use named forms?

    In this instance you only lose by doing so.

    cLive ;-)

      Well, what if you have other forms before that one? Fine, use document.formname then
        Did you read the redirect code? Why on earth would you want another form on a page that only exists to redirect you to PayPal?

        .02

        cLive ;-)