Hi,
I was wondering if it was possible for Javascript to detect if the browser the user is using is IE 5.5 or lower, and if so to redirect to the Microsoft IE update page?
I’m using PNGs on my website along with a PNG transparency fix for IE6 that doesn’t work for IE 5.5 and below and would like to pretty much insist the user updates their browser.
If the user is using IE 6 or above or another browser I don’t want the script to do anything… but if they’re using IE 5.5 or lower to have maybe a box pop up that saying “Your version of Internet Explorer is not compatible with this website. Click OK to be redirected to an update page or Cancel to continue browsing”.
I found this: http://www.w3schools.com/js/js_browser.asp which is kind of getting there, but not exactly what I want. And I have close to no scripting knowledge.
If anyone can help me out I’d really, really appreciate it.
Thanks heaps.