Thanks for all the replies.
Yes, I want something that will take me from a Netscape page to
a IE page. No downloads just a link on the web page using Netscape browser that will redirect to a specific
page in IE browser.
| [reply] |
Ok, the reason something like that is not possible, is because that involves making a call to the users system. If you could open explorer from a cgi, what's to stop you from running rm -rf / or format c: or some other nasty system call.
I suppose if you are targetting a browser that supports ActiveX you could prompt your user to accept a control that could do something like that. But such an operation, cannot and should not be carried out automatically from a CGI.
| [reply] [d/l] [select] |