0
Reply

Hmldocument and java __doPostBack

paolo

paolo

Feb 21 2008 2:46 AM
2.7k

Hi, I have a problem.

I'm making an app which automate navigation.

I need to execute a script in javascript __doPostBack(...) an I have seen that the solution is executeScript(...), but I'm using Htmldocument class or webBrowser object and there isn't a method named executeScript.

How can do this postBack?

 

Thanks