in reply to (OT) How can I redirect into new window?
As you asking if there's a way of generating that bit of HTML using CGI's HTML building methods? Yeah, -target => '_blank'. This is rather obvious from the CGI.
Update: No, I guess you're not asking that. The CGI script cannot decide in which pane it will appear since it has already been decided. You need to specify target="_blank" on the <form> or <a> tag used to call the CGI script.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: (OT) How can I redirect into new window?
by pickledegg (Novice) on Oct 18, 2006 at 13:13 UTC |