I'd like to observe pure XmlHttpRequest, in other words, an Ajax request
made by code not written for prototype.js. Is this possible? Ultimately, I
am working with an existing .NET web application and I'd like to add
additional features to the resulting client side script without busting open
the source.
Another thought: I am trying to observe
document.observe('click', myClickHandler ()); but never reaching
myClickHandler as I believe the underlying code is stopping
the propagation of this event. If this is the case, is there no way to
observe a click at the document level?
Karl..
--
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en.