in reply to Assigning a value from JavaScript onSubmit in CGI

JavaScript running on the browser cannot set a variable in a program that's no longer running on the server. You'll have to take a different approach.

  • Comment on Re: Assigning a value from JavaScript onSubmit in CGI

Replies are listed 'Best First'.
Re^2: Assigning a value from JavaScript onSubmit in CGI
by rashley (Scribe) on Nov 16, 2006 at 17:55 UTC
    I was afraid of that. Thanks.