Hi!
I'm trying to build an application that reads - and preferably detects the changing of (through an event or smthg like) - the browser current HTML.
My main purpose is to build some kind of feature that enables single sign-on to some pages, so I'd need to know every time a page has completed loading to check the HTML and set some fields values, for example.
I'm aware that implementation for different browsers can differ, but IE and/or Firefox would be a great start.
Even googling all around I couldn't get neither close to how can I achieve this. I imagine that maybe, but just maybe, I could attach some kind of control to the browser's window using Windows API, but I'm trying to believe (until now, at least) that there's something easier. :)
Any kind of idea would be really appreciated.
Regards,
Filipe