精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>网络专区>>● 网站建设>>盖世神功 — 网站建设技术>>Java Script — 来一杯热咖啡>>如何在超链接上显示静态文本提示

主题:如何在超链接上显示静态文本提示
发信人: sunburst_()
整理人: eagle(2000-12-24 09:49:57), 站内信件
<script language='JavaScript'> 
<!--
if (!document.layers&&!document.all)
event='test'

function showtip(current,e,text){
if (document.all){
thetitle=text.split('<br>') 
if (thetitle.length>1){ 
thetitles='' 
for (i=0;i<thetitle.length;i++)
thetitles+=thetitle[i]
current.title=thetitles
}
else
current.title=text
}
else if (document.layers){
document.tooltip.document.write('<layer bgColor='white' style='border:
1px solid black;font-size:12px'>'+text+'</layer>') 
document.tooltip.document.close() 
document.tooltip.left=e.pageX+1 
document.tooltip.top=e.pageY+1 
document.tooltip.visibility='show' 



function hidetip(){ 
if (document.layers) 
document.tooltip.visibility='hidden' 

//--> 
</script> 
<a href='http://gfgff'
onMouseOver='showtip(this, event, '千万不要点击噢!因为这是假的连接!'
)'
onMouseOut='hidetip()'>把鼠标移上来,但不要点击! 

--
有空来〖缤纷驿站〗玩!http://colorsite.126.com
 .   ./\~~~~~~'\.        .         .       .   ·   .    
   ,/,..,\,.....,\,     .  ★  .·  . ★  . ·.   .     . .  
     ▎ ▎   ▎ ▎    .·    ·    . *   . ·  . ★  ·       
γγ   ▎ ▎   ▎ ▎γγ  送你颗"☆"(快乐星).   *    .   
▄▄▓=▓====▓=▓▄▃▂▁  祝你天天好心情!OpenICQ:29955655

※ 来源:.月光软件站 http://www.moon-soft.com.[FROM: 61.139.83.104]

[关闭][返回]