client side 'click' Button VB6 WebBrowser

  • 13 years ago
    The web site that I have accessed via VB6 Web Browser contains Java Script source contains code typically as:


    Code:
    <td class="subMenuOff" id="portfolioWatchLists" onmouseover="parent.changeSubMenuBgColor(this); " onmouseout="parent.changeSubMenuBgColor(this);"
    onclick="linkTarget('/cgi-bin/apps/u/WatchListDisplay');" ><a href="https://wwws.izone.com/cgi-bin/apps/Main">Watch Lists</a></td>

    From VB6, I want to 'click' the above.
    I


    Thanks
    "Good software like good food takes time to prepare"
    Winnie-the-Pough  (sic)


















Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Programs must be written for people to read, and only incidentally for machines to execute.”