[Project_owners] Re: Which event to listen to for a tabbox?
Neil
neil at parkwaycc.co.uk
Tue May 2 01:29:12 EDT 2006
Philip Chee wrote:
>The PageInfo window uses a tabbox (not a tabbrowser). I want to be alerted whenever the selected tab is changed, either by the user or some javascript. What DOMevent should I listen for?
>
>
Both the <tabs> and <tabpanels> elements can generate select events,
although for slightly different reasons. You can listen to them using
either event attributes or event listeners.
More information about the Project_owners
mailing list