1、首先做一个5*5的透明GIF文件,保存在“image”文件夹
2、建一个“weather”HTM文件,代码如下:
调用265天气预报,不显示链接_经验交流
<script> <BR>document.oncontextmenu=new Function('event.returnValue=false;'); <BR>document.onselectstart=new Function('event.returnValue=false;'); <BR>//以上是禁止鼠标右键 <BR><!-- <BR>function MM_reloadPage(init) { //reloads the window if Nav4 resized <BR> if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { <BR> document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} <BR> else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); <BR>} <BR>MM_reloadPage(true); <BR>//--> <BR></script> 3、调用代码: 这样就OK了。。。。