VB webbrowser打开的页面html如下:
<FRAMESET frameSpacing=0 border=0 frameBorder=0 rows=80,30,*,47>
<FRAME noResize marginHeight=0 border=0 src="surfbar.php?surfcode=2ef35a8b78b572a47f56846acbeef5d3" marginWidth=0 scrolling=no>
<FRAME noResize marginHeight=0 border=0 src="chatpagebar.php" marginWidth=0 scrolling=no>
<FRAME noResize marginHeight=0 border=0 src="siteframe.php?siteurl=surfprizepage.php?securecode=9d94c8981a48d12adfeecfe1ae6e0ec1" marginWidth=0>
<FRAME noResize marginHeight=0 border=0 src="surfbarfooter.php" marginWidth=0 scrolling=no>
</FRAMESET>
有4个框架,其中第三个<FRAME noResize marginHeight=0 border=0 src="siteframe.php?siteurl=surfprizepage.php?securecode=9d94c8981a48d12adfeecfe1ae6e0ec1" marginWidth=0>通过以下语名
Webbrowser1.Document.frames(2).Document.body.innerhtml
获取如下html:
<FRAME noResize marginHeight=0 border=0 src="surfprizepage.php?securecode=9d94c8981a48d12adfeecfe1ae6e0ec1" marginWidth=0 scrolling=yes>
而surfprizepage.php?securecode=9d94c8981a48d12adfeecfe1ae6e0ec1实际的html如下:<html>
<body>
<center>
<div style="text-align: center">
&nbsp;</div>
<div style="text-align: center">
<img alt="" src="http://hotwebsitetraffic.com/images/prize4.jpg" style="width: 500px; height: 123px; " /><br />
<br style="font-weight: bold" />
<big><big><span style="font-weight: bold">Choose Either The Banner or One Of The Text Ads Below To Receive a Prize</span><br style="font-weight: bold" />
<span style="color: #f00"><span style="font-size: 16px"><span style="font-weight: bold">You must view for 10 Seconds to Win</span><br style="font-weight: bold" />
<span style="font-weight: bold">Then Continue Surfing!</span></span></span></big></big></div>
<br><br><br><br><br>
<table align="center">
<tr><td align="center" colspan=3><a href="surfprizeclaim.php?q=293014"><img border=0 src="http://i796.photobucket.com/albums/yy249/vladstoy/7beauties%20banners/7bhost.jpg" width=468 height=60></a><br><br></td></tr>
<tr><td><a style="text-decoration:none;color:black" href="surfprizeclaim.php?q=293015">CLAIM YOUR $250 TODAY!</a></td><td width=200></td><td><a style="text-decoration:none;color:black" href="surfprizeclaim.php?q=293016">50 Cool Little Crosses Kit</a></td></tr>
</table>
</center>
</body>
</html>我的问题是:我要点的是<a href="surfprizeclaim.php?q=293014">这个url,不知如何调用?