|
|
| Perl-Sensitive Sunglasses | |
| PerlMonks |
Open another IE browser window from CGIby Olaf (Acolyte) |
| on Jan 23, 2008 at 21:23 UTC ( [id://663894]=perlquestion: print w/replies, xml ) | Need Help?? |
|
Olaf has asked for the wisdom of the Perl Monks concerning the following question:
I have a web page using CGI that needs to open a URL in a separate web page. The users of the CGI page will all be IE users if that helps. There is a form on the page which allows the user to select an application to start. Submitting the form will kick off several processes (like weblogic, or app specific processes) and then sleep until these processes are complete and then start a browser with the chosen application's URL. I've tried several ideas. But in each case, NOTHING HAPPENS. The originating CGI page reloads itself, but no new page. And And And The variable URL seems to work, but even if it didn't I'd expect IE to start and give me a 'Page Not Found' message. I have tried using a static URL in place for testing (www.yahoo for instance) with the same result. Ideas? UPDATE Another piece of info that should be helpful given the client/server responses: Everything here will be run on a vmware virtual machine. So the server and client are on the same machine for all uses. This is also why I can assume 100% IE, not that this really matters.
UPDATE 2
Do you believe in miracles? Yes!
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||