I immediately apologize for any misnomers that I may use.
I have a series of web pages that are generated by PHP that I am manipulating using the WebBrowser control. These pages have defined JavaScript functions buried inside the body (which is stupid to me, I didn't write them, I just have to work with them).
Is it possible to access these functions by using the Document.InvokeScript method, and if not, what can I do to access them?