How to activate a jscript link with WebBrowser Control

Hi! I'm trying to navigate in a website, but my problem is:

The website doesn't have the "normal" links like <a href="link.html">linktext</a>

but rather:

<a href=void(vxLoadpage('link.shtml'));"> linktext </a>

INFO: before the void there is javascript:  (I don't know why it's missing, when I send my post...

So how do I navigate on this link with the webbrowser-control

 

Thx, Alex



Answer this question

How to activate a jscript link with WebBrowser Control

  • John Neighbors

    Hi!

    No idea :-(
    Its very urgent.

  • How to activate a jscript link with WebBrowser Control