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 |
In reply to Re: How to Start a seperat explorerer window/cgi script from a running explorer window/cgi script
by pfaut
in thread CGI script to open a new browser window?
by Sten
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |