i am using vb6.0
i have a webbrowser, and when someone clicks a button on a page in the webbrowser i want to be able to simulate pressing that button, maybe by:
is there anyway of doing this, i though of maybe finding out the form the button is on and the value of the button when they click it, is there any way i could do this?VB Code:
WebBrowser1.Document.forms(form).submit (buttonvalue)
or any easy way of the user telling the program the form and button value?
thanks for any help.




Reply With Quote