I have code on my website that IE seems to have a lot of trouble and keeps crashing and stuff, The good news is there is a 99.9% chance that the users that will be on my site will not be using IE, so I want to make my website available to all other browsers except IE. If they are using IE I just want a message saying something like “Unfortunately this website is not available in this browser” or something like that. Can I do this, if so, How?, I’m guessing JavaScript, right?
Share
You can wrap your page content in conditional comments.
http://msdn.microsoft.com/en-us/library/ms537512%28v=vs.85%29.aspx