用于导航ifram的VBA脚本,然后单击href以打开inram

时间:2015-05-02 08:29:39

标签: html vba

我需要导航一个看起来像这个

的html文件

列出项目:

<html>
<body>
<ul id ="min">
<li  class ="Top">
< a href = ****.asp?*********" target "tablemenu" id = " other " class "  top_Link"><span> production </span> </a></li>
</body>
</html>
<ifram name ="tablemenu " >
<html>
<head>
<body>
<tr> <th bgcolor ="red"  aline = left > <a href = " *****.asp?***name=account &req= production  &reqdescription= production*****" target ="tablemenu">  <b> <font color ="red">> Accounts </font></b></th></tr>
</body>
</html>
<ifram name ="mainwindow "  >
<html>
<body>
</body>
</html>

我可以点击生产。

但是我无法点击iframe Tablemenu中的帐户

0 个答案:

没有答案