※ 下墜視窗 ※
   加入網頁步驟  
 
  1. 將以下的控制碼先複製起來。(用滑鼠將底下的一堆碼,標記起來,按滑鼠右鍵選擇【複製】就行啦!)

  2. 然後在網頁中的 </HEAD> 之後將剛剛複製的東西貼上就大功告成了  !(按滑鼠右鍵選擇【貼上】就行啦!)

  3. 最後,更改原始碼中紅色字的部份的內容就可以了!(就是紅色字的地方,改成您想要的內容即可!)

Copyright Power Information All Rights Reserved.

※下墜視窗展示區※


<script language="Javascript"> 
<!-- 
var thetitle = "Whoah!!!!!!!"; 

function GoThere(gothr) { 
document.location = gothr; 


function RunawaySc(speed,theurl) { 
if (self.moveBy && document.all) { 
if (theurl) document.title = thetitle; 
if (!speed) speed = 2; 
for (var dp = 0; dp < screen.height; dp+=speed) { 
self.moveBy(0,speed); 

if (dp == screen.height) { 
self.moveBy(0,-screen.height); 
}} 
if(theurl) eval('setTimeout("GoThere(\''+theurl+'\')",500)'); 


//--> 
</script> 
<p align="center"><a href="javascript:void(0)" onclick="RunawaySc(2,'197.htm');">按此展示結果</a>