[Boston.pm] Need to open a new window in perl

2005-01-12 Thread Alex Brelsfoard
OK, so here's what I'm trying to do: 1. A link sends you to my script. 2. My script immediately sends that page back to where it came from. 3. My script creates a new window, and continues to do stuff on it. Make sense? I know there's some way to do this with CGI but I'm not at all sure how. In f

Re: [Boston.pm] Need to open a new window in perl

2005-01-12 Thread Ian Langworth
Alex Brelsfoard wrote: OK, so here's what I'm trying to do: 1. A link sends you to my script. 2. My script immediately sends that page back to where it came from. 3. My script creates a new window, and continues to do stuff on it. Have yourscript.cgi return something like this when the "popup" par

Re: [Boston.pm] Need to open a new window in perl

2005-01-12 Thread Federico Lucifredi
Alex Brelsfoard wrote: OK, so here's what I'm trying to do: 1. A link sends you to my script. 2. My script immediately sends that page back to where it came from. 3. My script creates a new window, and continues to do stuff on it. Make sense? Err... not to me. if you want to pop a new window ope

[Boston.pm] Re: Need to open a new window in perl

2005-01-12 Thread Stephen A. Jarjoura
I'm sure this will already have been pointed out, by the time this posts, but isn't this the equivalent of the following? (on first web page, square brackets traded for angle brackets, so as not to confuse webmail clients.) [a href="yourscript.cgi" target="_blank"]Start my CGI Script in a new