I am creating a IE add on in C++ that will save user information as soon as user submits the form. For this I need to trap postback/form submit event where I can extract user information from the form and save them in my database.
How can I trap postback/form submit event in IE.