in reply to Re: Browser redirection
in thread Browser redirection

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.

Replies are listed 'Best First'.
Re: Re: Re: Browser redirection
by thunders (Priest) on Mar 01, 2002 at 16:05 UTC

    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.