Sten has asked for the wisdom of the Perl Monks concerning the following question:
My existing 'Maintain.cgi' should remain in the original window, totally independend of the newly initialized IE55 window.
I Don't know how to ( from a cgi script ) initialize a new IE55 window, running another cgi script?
And on top of that, it would be handy to pass i string ( holding Hostname for filetran) to the new window.
Thanx to everone that will give some directions/advices on this one.
elsif ( param(DoFiletran) ) { ??? };
Regards
Sten
2003-04-20 edit ybiC: retitle from "How to Start a seperat explorerer window/cgi script from a running explorer window/cgi script"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
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 | |
|
Re: How to Start a seperat explorerer window/cgi script from a running explorer window/cgi script
by benn (Vicar) on Apr 19, 2003 at 17:03 UTC | |
by Sten (Novice) on Apr 20, 2003 at 13:57 UTC | |
by benn (Vicar) on Apr 20, 2003 at 15:17 UTC | |
by Sten (Novice) on May 02, 2003 at 05:59 UTC |