How to catch AJAX request?

Add-in Express™ Support Service
That's what is more important than anything else

How to catch AJAX request?
AJAX Events 
Erdem Ergin




Posts: 6
Joined: 2010-01-12
Hi,

We need to investigate the data that is sent and received during an Ajax postback.
Which events should we use for this scenario and how can we register to those events?

Thanks in advance.
Posted 12 Jan, 2010 06:38:59 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Erdem.

Sorry, I am not expert in Ajax. Please try to search for an answer in Google.
All IE events are described in the MSDN help. You can connect to IE events via the designer of the iemodule.
If you need HTML events, they are available in the ADXIEHTMLDocEvents component.
Posted 12 Jan, 2010 11:41:54 Top