IE BHO: SAP Netweaver portal page doesnt trigger any browser events

144 views Asked by At

Im trying to create a BHO for a SAP Netweaver portal webgui and I have no idea on how SAP Netweaver works. The user selects an option from a combo box and that opens up another web form.

The user fills up the form and presses "Enter" and that kinda does a post back, validates the data entered by the user and shows an error img next to the fields with invalid data. Also an error message is shown in a status bar kinda div in the bottom of the page.

The BHO is suppose to capture these error text and launch another windows application.

But none of the browser events (BeforeNavigate2, DocumentComplete, NavigateComplete2) gets fired when the user presses the Enter button due to which I couldnt read the DOM of that page.

Any idea on how to trigger the browser events in this scenario?

0

There are 0 answers