-
Java question...
Ok, in my application I am creating, I am using the web browser active X object. On a certain html page, I want to be able to automatically hit a button on the website. What does the call function do?
How can I hit that button in that web browser once the page loads?
Any help is greatly appreciated.
-
Re: Java question...
If I understand, you want to add an "OnLoad" attribute in the BODY tag of your HTML page that triggers an automatic "submit()" of the page??
-
Re: Java question...
You got it, what extension would I need to do that, or in general, how can I go about doing that