How to inform users that webapplication does not support IE6

Posted by Paul Szulc on Stack Overflow See other posts from Stack Overflow or by Paul Szulc
Published on 2010-03-11T08:36:23Z Indexed on 2010/03/19 13:41 UTC
Read the original article Hit count: 392

Filed under:
|
|

I have web application and I do not really care about IE6 users. However I would like to have some kind of feautre that would informe users that they are using IE6 and that their browser is not supported. I was thinking about two possible solutions:

  1. pop-out window (probably Javascript) with text informing the user on every page he enters
  2. some special page with information, that user would be redirected to whenever he tries to access my application

Both solutions will be sufficient, however I would prefer the second one. Probably some magic javascript needs to be involved, can anyone could please provide a solution to this?

© Stack Overflow or respective owner

Related posts about ie6

Related posts about JavaScript