in reply to Re: CGI redirect to new window/frame
in thread CGI redirect to new window/frame

Using html i can open in a new window. That's simple enough. Let me modify the problem. I have a text box and a submit button in the html. I enter the url in the textbox and click submit. The CGI script should open the url given in a new window.

Replies are listed 'Best First'.
Re^3: CGI redirect to new window/frame
by moritz (Cardinal) on Nov 05, 2009 at 12:23 UTC
    Then you still have to solve your problem on the HTML or Javascript side, I don't think you can solve it with Perl.