LupoX has asked for the wisdom of the Perl Monks concerning the following question:
Hello Perl Lovers,
Following situation:
On a XP machine I am running a CGI script (Apache Webserver). I want to remotely open a Internet Explorer window.
I tried to simply call iexplorer.exe via system() and also via exec() inside the CGI script.
The behavior that occurs is that a process "iexplorer.exe" does start on the machine but no browser window does open.
After that I tried to call the iexplorer.exe indirectly via a batch file called by the CGI. That also does not work the way I would expect it.
Where is my fault?
Thank You for all comments...
Georg -> perlmonk@viot.de
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: system() or exec() in CGI scripts (use Win32)
by grinder (Bishop) on Sep 09, 2003 at 11:47 UTC | |
by LupoX (Pilgrim) on Sep 09, 2003 at 12:12 UTC | |
by BrowserUk (Patriarch) on Sep 09, 2003 at 12:21 UTC | |
|
Re: system() or exec() in CGI scripts
by Abigail-II (Bishop) on Sep 09, 2003 at 10:55 UTC | |
by LupoX (Pilgrim) on Sep 09, 2003 at 11:16 UTC | |
by Abigail-II (Bishop) on Sep 09, 2003 at 11:27 UTC | |
|
Re: system() or exec() in CGI scripts
by Roger (Parson) on Sep 09, 2003 at 12:08 UTC | |
|
Re: system() or exec() in CGI scripts
by bm (Hermit) on Sep 09, 2003 at 11:09 UTC | |
by LupoX (Pilgrim) on Sep 09, 2003 at 11:18 UTC | |
by bm (Hermit) on Sep 09, 2003 at 11:48 UTC |