ienotwelcome » download

  1. Download ienotwelcome.js
  2. Include the Javascript file at the end of your page's <body>:
    ... <script type='text/javascript' src='ienotwelcome.js'></script> </body>
  3. Customize the notification's message and appearance to your liking:
    function getARealBrowser() { ... var backgroundColor = "#FF7200"; var border = "none"; var message = "Page broken? <a href='http://getfirefox.com'>Get Firefox</a>"; ... }
  4. Set which versions of IE should see the notification:
    function browserSucks() { var allVersionsSuck = false; var minimumIEVersion = 8; ... }
  5. Test it with the Firefox User Agent Switcher or with the IE Collection.
  6. Let me know where you're using it and what you think.