1.先做一個5*5的透明GIF文件,保存在「image」資料夾
2、建立一個「weather」HTM文件,程式碼如下:
天氣預報
3、呼叫程式碼:
<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>這樣就OK了。 。 。 。