I am interested in events you can trigger in web pages. For example: a user clicks on a button and the script code associated causes a state change in the Document Object Model (DOM) and sends a XHR request (XMLHttpRequest) to the server. The server eventually answers this request, closing the sequence of events. I want to trace these sequences of events from a running application.
>> many of web app are private because business oriented.I understand, but it would be nice to have some examples of web applications using script languages, even if I don't have access to all source code.