资料
表格
制度
合同
管理
职场
经营
创业
范文
总结
计划
作文
文章
美文
词句
教程
模板
图片
字体
图标
办公
人事
财务
生产
管理资源吧首页
>>>
教程
>>>
编程
>>>
JavaScript教程
>>>
让超链接显示提示信息的js代码
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>让超链接显示提示信息</title> <img src="/_New/_cj/myeditor/sysimage/space.gif" class="ewebeditor__script" _ewebeditor_fake_tag="script" _ewebeditor_fake_value="%3Cscript%3E%20%20%0D%0A%0D%0Aif%20(!document.layers%26%26!document.all)%20%20%0D%0A%0D%0Aevent%3D%22test%22%20%20%0D%0A%0D%0Afunction%20showtip2(current%2Ce%2Ctext)%7B%20%20%0D%0A%0D%0A%0D%0A%0D%0Aif%20(document.all%26%26document.readyState%3D%3D%22complete%22)%7B%20%20%0D%0A%0D%0Adocument.all.tooltip2.innerHTML%3D%22%3Cmarquee%20style%3D'border%3A1px%20solid%20black'%3E%22%2Btext%2B%22%3C%2Fmarquee%3E%22%20%20%0D%0A%0D%0Adocument.all.tooltip2.style.pixelLeft%3Devent.clientX%2Bdocument.body.scrollLeft%2B10%20%20%0D%0A%0D%0Adocument.all.tooltip2.style.pixelTop%3Devent.clientY%2Bdocument.body.scrollTop%2B10%20%20%0D%0A%0D%0Adocument.all.tooltip2.style.visibility%3D%22visible%22%20%20%0D%0A%0D%0A%7D%20%20%0D%0A%0D%0A%0D%0A%0D%0Aelse%20if%20(document.layers)%7B%20%20%0D%0A%0D%0Adocument.tooltip2.document.nstip.document.write(%22%3Cb%3E%22%2Btext%2B%22%3C%2Fb%3E%22)%20%20%0D%0A%0D%0Adocument.tooltip2.document.nstip.document.close()%20%20%0D%0A%0D%0Adocument.tooltip2.document.nstip.left%3D0%20%20%0D%0A%0D%0Acurrentscroll%3DsetInterval(%22scrolltip()%22%2C100)%20%20%0D%0A%0D%0Adocument.tooltip2.left%3De.pageX%2B10%20%20%0D%0A%0D%0Adocument.tooltip2.top%3De.pageY%2B10%20%20%0D%0A%0D%0Adocument.tooltip2.visibility%3D%22show%22%20%20%0D%0A%0D%0A%7D%20%20%0D%0A%0D%0A%7D%20%20%0D%0A%0D%0Afunction%20hidetip2()%7B%20%20%0D%0A%0D%0Aif%20(document.all)%20%20%0D%0A%0D%0Adocument.all.tooltip2.style.visibility%3D%22hidden%22%20%20%0D%0A%0D%0Aelse%20if%20(document.layers)%7B%20%20%0D%0A%0D%0AclearInterval(currentscroll)%20%20%0D%0A%0D%0Adocument.tooltip2.visibility%3D%22hidden%22%20%20%0D%0A%0D%0A%7D%20%20%0D%0A%0D%0A%7D%20%20%0D%0A%0D%0A%0D%0A%0D%0Afunction%20scrolltip()%7B%20%20%0D%0A%0D%0Aif%20(document.tooltip2.document.nstip.left%3E%3D-document.tooltip2.document.nstip.document.width)%20%20%0D%0A%0D%0Adocument.tooltip2.document.nstip.left-%3D5%20%20%0D%0A%0D%0Aelse%20%20%0D%0A%0D%0Adocument.tooltip2.document.nstip.left%3D150%20%20%0D%0A%0D%0A%7D%20%20%0D%0A%0D%0A%0D%0A%0D%0A%3C%2Fscript%3E"> </head> <body> <p>显示静态文本信息</p> <a href=http://www.glzy8.com title="管理资源吧">管理资源吧</a> <p>显示动态文本信息</p> <div id="tooltip2" style="position:absolute;visibility:hidden;clip:rect(0 150 50 0);width:150px;background-color:lightyellow"> <layer name="nstip" width="1000px" bgColor="lightyellow"> </layer> </div> <a href=http://www.glzy8.com onMouseover="showtip2(this,event,'收藏了大量的精品学习资料')" onMouseout="hidetip2()">管理资源吧</a> </body> </html>
[Ctrl+A 全选 注:
如需引入外部Js需刷新才能执行
]
教程首页
更多教程