vfp webbrowser如何屏蔽漂浮的广告
我用 vfp webbrowser打开网页后有很多的屏蔽漂浮广告,请问下如何才能屏蔽这些广告呢?广告的html源码如下:
程序代码:
<div style="position:fixed; width: 200px; top: 100px; right: 10px;z-index:9999;" id="notecdlst"> <span id="notecolselst" style="position:absolute; font-size:24px; cursor:pointer; right:10px;">×</span> <a id="guanggao_right" href="http://www./price/index.php?fid=131&sid=24948" target="_blank" title="AAAAAAA" border="0"> <img src="http://www./skin/v6/images/mprice_l1.jpg" border="0" width="200" height="100"> </a> </div> <div style="position:fixed; width: 200px; top: 220px; right: 10px;z-index:9999;" id="notecdlst1"> <span id="notecolselst1" style="position:absolute; font-size:24px; cursor:pointer; right:10px;">×</span> <a id="guanggao_right" href="http://www./price/index.php?fid=518&sid=33910" target="_blank" title="BBBBBBB" border="0"> <img src="http://www./skin/v6/images/deyuan.gif" border="0" width="200" height="100"> </a> </div>
广告有两个,id都为guanggao_right,网址是http://www.和http://www.。