[thelist] Preventing default behaviour and event listener

J.J.SOLARI jjsolari at pobox.com
Mon Jun 6 15:32:55 CDT 2005


J.J.SOLARI 6/06/05 21:42 +0200:

Answering to myself...

Yes: it's possible to prevent an element default action from firing
with preventDefault (or window.event.returnValue=false) provided
that you assign this method to the event and not to an objet
reference like I was stubbornly trying to do!

Please forget the question,

JJS.


More information about the thelist mailing list