Can someone help with the code to do a browser check in JS. Here is my problem I have a webpage on my website (on an intranet) that needs to be viewed in IE. So I want to do a browser check that will do nothing if IE is being used. If Netscape is being used I want it to open a new window with IE, to the same web page. If possible I would like it to also close the netscape window. If that is not possible then I would like a message window to tell the user to use IE. Thanks for the help....