Improvement requests :  K-Meleon Web Browser Forum
Use this forum to talk about a feature you're missing. 
onclick
Posted by: andy
Date: March 16, 2002 04:14PM

There are lots of pages that have onClick events that only IE seems to support. I know that this is probably a Microsoft bastardization of the standards, but is it possible to get this support?

Options: ReplyQuote
Re: onclick
Posted by: sven
Date: March 16, 2002 04:27PM

onClick is perfectly legal Javascript event and most browsers have been supporting this for years and years now.

Can you give some examples or pages where only IE works?

Options: ReplyQuote
Re: onclick
Posted by: andy
Date: March 18, 2002 03:16AM

I was mistaken. onClick does work... the problem was caused elsewhere, by my use of document.all[''] instead of document.getElementById('')

might I add that this

thanks

Options: ReplyQuote
Re: onclick
Posted by: sven
Date: March 18, 2002 02:10PM

Yes, Mozilla keeps it strictly within official DOM framework, document.all is/was IE-s proprietary collection.

There is very nice and frequently updated table for DOM properties in different browsers: <a href="http://www.xs4all.nl/~ppk/js/index.html?/~ppk/js/dom1.html">http://www.xs4all.nl/~ppk/js/index.html?/~ppk/js/dom1.html</a>;

It's quite proffessional work with nice comments.

Options: ReplyQuote


K-Meleon forum is powered by Phorum.