open new window and pass cgi parameters

liunx

Guest
hi. I have a cgi script with lots of form info. I want a submit button on the form this script generates whose actions will be to open a new script in a new window, and also pass the parameters from the original cgi script to the new one. I tried using javascript to do this, but was having trouble passing the parameters. Thanks in advance.
 
Top