4 messages in com.googlegroups.google-desktop-developerScript API: Events not firing
FromSent OnAttachments
n.ha...@gmail.com20 Jun 2006 10:06 
fancyydk18 Jul 2006 17:53 
fancyydk18 Jul 2006 18:01 
N. Harrison Ripps19 Jul 2006 05:29 
Subject:Script API: Events not firing
From:n.ha...@gmail.com (n.ha@gmail.com)
Date:06/20/2006 10:06:22 AM
List:com.googlegroups.google-desktop-developer

Hey there-- Can anyone tell me why the event handlers I associate with post-4.0 gadget elements (divs and images, for instance) don't seem to be firing? I've tried two approaches; explicitly writing out the handler as a property:

<div name="FOO" onmouseover="alert('BAR');"></div>

And as a script assignment:

FOO.onmouseover="alert('BAR');";

Neither seems to work. Any thoughts?

Thanks, Harrison