views:

18

answers:

1

I'm using a Yahoo User Interface Overlay on a page, and wondered if there is anyway to track interaction with it, if only just how many times its been opened.

The overlay is triggered by click on an image, is there something I could add to this event?

A: 

You could subscribe to the event called showEvent on your Overlay: http://developer.yahoo.com/yui/docs/YAHOO.widget.Module.html#event_showEvent (Overlay inherits Module).

einarq