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

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

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

Copyright Power Information All Rights Reserved.

※文字連結說明(4)展示區※


<script>
if (!document.layers&&!document.all)
event="test"
function showtip2(current,e,text){

if (document.all&&document.readyState=="complete"){
document.all.tooltip2.innerHTML='<marquee style="border:1px solid black">'+text+'</marquee>'
document.all.tooltip2.style.pixelLeft=event.clientX+document.body.scrollLeft+10
document.all.tooltip2.style.pixelTop=event.clientY+document.body.scrollTop+10
document.all.tooltip2.style.visibility="visible"
}

else if (document.layers){
document.tooltip2.document.nstip.document.write('<b>'+text+'</b>')
document.tooltip2.document.nstip.document.close()
document.tooltip2.document.nstip.left=0
currentscroll=setInterval("scrolltip()",100)
document.tooltip2.left=e.pageX+10
document.tooltip2.top=e.pageY+10
document.tooltip2.visibility="show"
}
}
function hidetip2(){
if (document.all)
document.all.tooltip2.style.visibility="hidden"
else if (document.layers){
clearInterval(currentscroll)
document.tooltip2.visibility="hidden"
}
}

function scrolltip(){
if (document.tooltip2.document.nstip.left>=-document.tooltip2.document.nstip.document.width)
document.tooltip2.document.nstip.left-=5
else
document.tooltip2.document.nstip.left=150
}

</script>
<body background="jpg/01_bkg1.jpg">

<p align="center"> </p>
<div id="tooltip2" style="position: absolute; visibility: hidden; clip: rect(0 150 50 0); width: 153; background-color: lightyellow; left: 1; top: 2; height: 19">
<layer name="nstip" width=1000px bgColor="lightyellow">
</layer>
</div>
<p align="center"> </p>
<p align="center"><a href="asp.htm" onMouseover="showtip2(this,event,'上百支 ASP 範例提供下載!')" onMouseout="hidetip2()">ASP程式下載</a>&nbsp; 
 <a href="cgi.htm" onMouseover="showtip2(this,event,'免費提供 CGI 程式下載!')" onMouseout="hidetip2()">CGI程式下載</a></p>