Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: How to Start a seperat explorerer window/cgi script from a running explorer window/cgi script

by pfaut (Priest)
on Apr 19, 2003 at 12:38 UTC ( [id://251642]=note: print w/replies, xml ) Need Help??


in reply to CGI script to open a new browser window?

You're not creating a new browser window from the CGI script. You're creating a new window based on the user pressing a button in the current browser window. What you need to do is place that button inside a form that has the second script as its action and target set to '_new' (or an unused window name). Something like this in the page generated by Maintain.cgi:

<form action="filetran.cgi" target="_new"> <input type="submit" value="Start Filetran"> </form>
90% of every Perl application is already written.
dragonchild
  • Comment on Re: How to Start a seperat explorerer window/cgi script from a running explorer window/cgi script
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://251642]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-25 07:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found