Say NO to IE6!
Post comments and discuss
Total: 49 comments
1005 visitors have said "NO"
Valid XHTML 1.0 Transitional Valid CSS!
Today is 23-02-2012 GMT

SAY NO TO IE6

Let’s use modern browsers!
choose en English
 

See the javascript solutions for IE6 warning popup. Here you can select the language to see the existing implementations for it. But since the script provides an ability to define any template, you can download any version and use this feature.

Download javascript file by clicking on a link in the corresponding line or use SRC value as a value for src attribute of html script element.

You can download all available variants from this place.

All questions, comments and proposals, please send to feedback email or post them on comments or contact page.

IE6NO project on google code: http://code.google.com/p/ie6no/

Follow ie6no on Twitter

SRC: http://ie6no.org/js/ie6no/ie6no.js Download

How to use

Simple example:

Warning div will be prepend to document body after page load (because runonload is true).

After creating ie6no object you can hide and show warning popup:

If you use the first simple example, you don't have to call run method, it will be called automatically after page load.

Parameters that can be used to customize popup

target
id of target DOM node or DOM node; warning popup will be prepended to this node; by default warning div will be prepend to document body
runonload (true or false)
it can be used, if you want to show popup after page load
isOverlay (true or false)
use or not overlay background
overlayBgColor
color of overlay background, e.g. #eeeeee
overlayOpacity
yes, this is overlay opacity from 0 (completely transparent background) to 100 (completely opaque background)
isCloseBtn (true or false)
true if show close button, if such button exists in html template for warning
closeBtnClass
class name of close button; if you define your own template and want to use close button - place the button inside tpl; close button will be searched by this class name!
zIndex
basic value of z-index - this value will be used for overlay layer, for warning div this value + 1 will be used; zIndex can be used if warning shows above some elements on your page, but you don't want that, so you need increase this value
tpl
if you want to set tpl var - set it carefully - this is a html template for warning
– Copyright © 2009 Andrey Pashentsev –