Subwaydesigns
08-14-2004, 12:07 PM
hi,
I need a cgi script to open in a new window once I've sent the vars to it. Right now, I'm using
loader.sendAndLoad("/cgi-bin/order.cgi", loader, "POST");
but obviously this doesn't launch a new window - which is what you'd usually want.
But in my case I need it to send vars, and execute the cgi in a new window. Anybody know a way to do this?
Thanks.
-S
I need a cgi script to open in a new window once I've sent the vars to it. Right now, I'm using
loader.sendAndLoad("/cgi-bin/order.cgi", loader, "POST");
but obviously this doesn't launch a new window - which is what you'd usually want.
But in my case I need it to send vars, and execute the cgi in a new window. Anybody know a way to do this?
Thanks.
-S