Question for anybody:
I'm trying to write some code that will grab the text of pop-up windows from Internet Explorer. I can easily enough get the name, hWnd, etc of the pop-up window (Internet Explorer), but would like to be able to peer into the actual text of the message from code.
Example: You navigate to a web-page, fill out a form and make a mistake, a JavaScript alert message box pops up with the message "Use all caps or whatever".
I want to be able to see the message text from code and act on it accordingly.
Any thoughts out there?
Thanks.
