在axWebBrowser中有以下的网页
<frameset rows="235,*" cols="*" frameborder="yes">
<frame src="top.php" scrolling="no" noresize>
<frame src="http://kanoodle.com/results.cool?query=Instant+Messaging">
</frameset>
<noframes>
现在我想取得top.php网页的HTML源码,在axWebBrowser怎么实现?
我知道可以用DOM中文档的框架集来获取,但具体的代码我也想知道。