Jorge Godoy <[EMAIL PROTECTED]> writes: > Jorge Godoy <[EMAIL PROTECTED]> writes: > >> Jorge Godoy <[EMAIL PROTECTED]> writes: >> >>>> http://godoy.homeip.net/~godoy/testing_events.html (window + >>>> document.body) >>>> http://godoy.homeip.net/~godoy/testing_events2.html (window + >>>> window.document) >>>> http://godoy.homeip.net/~godoy/testing_events3.html (window + div wrapped) >> >> http://godoy.homeip.net/~godoy/testing_events4.html (explicit events) > > After reading > http://msdn.microsoft.com/workshop/author/om/event_model.asp#Event_Handler_Scopin
OK, from my limited understanding of http://msdn.microsoft.com/workshop/author/dhtml/reference/events/onchange.asp what I want is not possible. The event doesn't bubble... I'd have to apply it to the elements where it is available (INPUT type="text", SELECT and TEXTAREA). One alternative might be http://msdn.microsoft.com/workshop/author/dhtml/reference/events/ondeactivate.asp but it looks like it is fired all the time an object looses "focus" even though it hasn't changed... Well... I'm still trying to avoid connecting to each element... Be seeing you, -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit?hl=en -~----------~----~----~----~------~----~------~--~---
