WebBrowser VB.Net - 如何单击框架内的链接

时间:2014-03-01 06:58:53

标签: vb.net visual-studio-2012 webbrowser-control

<frameset rows="74,340,*" framespacing="0" border="0" frameborder="NO">
    <frame src="top.htm" name="header" noresize scrolling="NO">
    <frameset cols="180,*" framespacing="0" border="0" frameborder="NO">
    <frame src=nav_bar_indo/menu_bar.htm  name="menu" noresize>
            <frame src="authentication.do?value(actions)=welcome" name="atm">
    </frameset>
    <frame src="bottom.htm" name="bottom" noresize scrolling="NO">
</frameset>

我想点击VB.Net中webbrowser组件中加载的页面中的链接。但链接位于此框架内:

<frame src=nav_bar_indo/menu_bar.htm  name="menu" noresize>

有人可以帮我解决这个问题吗?

谢谢,抱歉我的英语不好。

0 个答案:

没有答案