w********o 发帖数: 21 | 1 I am trying to simulate clicks on a link of a web page using vb6 (sorry I
have to stuck with this old stuff :( ) and the webbrowser control. The link
contains a tag like this:
inner text
I can find the object of this A tag (let's call it objCur), but when I use
this code to simulate the click, it does not work.
objCur.Click
It once worked when the link did not contain javascript, but not now.
I have also tried these:
objCur. |
|