Hello, I am trying to make a script that will display a popup message if the user is on IE 6. I used to know how to do this, but haven't done it in so long that I forgot. I am assuming that it should look something like this:How do I go about finding what browser is being used? ThanksCode:if (browser detection code = ie6) alert("My text");









Bookmarks