0

嗨,我制作的程序有问题

<a hidefocus="hidefocus" href="../wizard/quickwan.asp" target="contentfrm" id="link_User_0_0_2" onclick="clickTabMenu(this.id);" onmouseover="mouseOverLink(this.id);" onmouseout="mouseOutLink(this.id)" style="color: rgb(0, 0, 0);">WAN Ayarlari</a>

我需要单击此处此代码不起作用

Dim allelements As HtmlElementCollection = WebBrowser2.Document.All
    For Each Web As HtmlElement In allelements
        If Web.GetAttribute("id") = "link_User_0_0_2" Then
            Web.InvokeMember("click")
        End If
    Next

我需要你的帮助

4

0 回答 0