Open a new browser window from a perl script

Discussion in 'Programming' started by weknowtheworld, Apr 16, 2007.

  1. #1
    Hi,

    How to open a new browser window from a perl script ?

    Thanks for any response...
     
    weknowtheworld, Apr 16, 2007 IP
  2. SeLfkiLL

    SeLfkiLL Active Member

    Messages:
    85
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    50
    #2
    A Perl script is parsed on the server, so all that is sent to a user's browser is HTML. You need to embed JavaScript to open a new browser window on the user's end. Here is a tutorial on how to create a JavaScript popup or new browser window: http://www.pageresource.com/jscript/jwinopen.htm
     
    SeLfkiLL, Apr 16, 2007 IP