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

  2. 先將<BODY>先拿掉

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

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

Copyright Power Information All Rights Reserved.

※精簡視窗展示區※


<script LANGUAGE="JAVASCRIPT">
<!--
var browserName = navigator.appName;
var browserVer = parseInt(navigator.appVersion);
var userAgent=navigator.userAgent;
var version;
if (browserName == "Netscape") version="NS";
if (browserName == "Microsoft Internet Explorer") version="IE";
if (browserVer >= 3 && browserVer < 4) version += "3";
if (browserVer == 4 && userAgent.indexOf("MSIE 5") != -1) version += "5";
if (browserVer == 4 && userAgent.indexOf("MSIE 4") != -1) version += "4";
if (browserVer >= 4 && version=="NS") version += "4";

var mylocation="http://powerpc.24h.cc";
var winheight=100;
var winsize=100;
var x=32;
var ScreenWidth;

function NSopen()
{
// alert('browserName : '+browserName+'\n \n'+'browserVer : '+browserVer+'\n \n'+'version : '+version);
if ( version == "NS4" )
{
HHEight=window.screen.availHeight-75;
WWidth=window.screen.availWidth-10;
win2=window.open("","_blank","width="+WWidth+",height="+(HHEight-18)+",history=no,resizable=no,status=yes,scrollbars=no,menubar=no,toolbar=yes");
win2.moveTo(0,0)
win2.location=mylocation
}
else if ( version == "IE4" || version == "IE5")
{
go3(mylocation);
}
}
function go3(mylocation)
{
AllWidth = screen.width;
AllHeight = screen.height;
if (document.all)
{
IENSW=-9;
IENSH=-10;
IENSX=67;
IENSY=85;
}
else
{
IENSW=-1;
IENSH=-6;
IENSX=68;
IENSY=81;
}
// 800*600 : 600*400
width=AllWidth-60-140-10+IENSW;
height=AllHeight-60-60-70+IENSH;

// Toolbar (yes/no) START #####################

if (document.all)
{
toolbarHeight=42;
}
else
{
toolbarHeight=43;
}

win2 = window.open("","_blank",'width=' + width + ',height=' + (height-toolbarHeight) + ',resizable=0,status=yes,scrollbars=yes,menubar=no,toolbar=yes');

// Toolbar (yes/no) END #######################

win2.moveTo(IENSX,IENSY);
win2.focus();
win2.location.href=mylocation;

}

//-->
</script>

<body vlink="#FF00FF" topmargin="3"
leftmargin="0" background="jpg/01_bkg1.jpg">
<p align="center"><!--webbot bot="HTMLMarkup" startspan --><a href="JavaScript:NSopen();"
;return true;" onmouseout="window.status=' ';">按此鍵展示結果</a><!--webbot
bot="HTMLMarkup" endspan --><font color="#FF0000" size="3"><br>
</font></p>