Gossamer Forum
Home : General : Perl Programming :

javascript reading variables from cgi post

Quote Reply
javascript reading variables from cgi post
We have a series of cgi programs that call scripts containing javascript, that require reading form input (Post). I can read in the variables from the forms when the scripts call the cgi, but not the reverse. We were able to work it using get method -- but that is unacceptable and limiting. The javascripts need to be able to read in form inputs generated via cgi using POST.