Click to See Complete Forum and Search --> : Please Help!!!!!


nklein75
12-11-2002, 09:51 AM
I have a web page that I only want veiwed in IE. Is there a way I can use a JavaScript to do a Browser Check and then if a user is using Netscape close the Netscape window and open the web page in IE. Thanx

Vladdy
12-11-2002, 10:35 AM
FYI: AOL users are upgrading to NS.... you sure you want your pages be IE only???

nklein75
12-11-2002, 10:38 AM
Yes, the page is on a intranet AOL can't be used.

nklein75
12-11-2002, 11:38 AM
I have a web page that I only want veiwed in IE. Is there a way I can use a JavaScript to do a Browser Check and then if a user is using Netscape close the Netscape window and open the web page in IE. Thanx

nklein75
12-12-2002, 08:07 AM
Anyone know if this is possible....

AdamGundry
12-12-2002, 01:30 PM
You can test the browser using the properties of the navigator object, information about which can be found here (http://www.webreference.com/js/column6/browser.html).

It's not normally possible to open another application from inside the browser, as a security measure. You would have to instruct your users to do it.

Adam