<html> <head> <script type="text/javascript"> function S(i){return document.getElementById(i)} function copyUrl(){//复制网址 var clipBoardContent=S("downloadDirect").href; try{ window.clipboardData.setData("Text",clipBoardContent); alert("复制成功!"); }catch(e){ alert("复制失败!"); } } document.onclick = function(evt){//在不是连接的位置单击时,隐藏 显示的层 var _target = evt ? evt.target : event.srcElement ; var _id = _target.id; if( _id == "" ){ _id = _target.tagName; } if( _id !="A"){ S("downloadPanel").style.display = 'none'; } } window.onload=function(){//网页载入时,绑定指定对象下的所有a var xx=S("xx"); var xxx = xx.getElementsByTagName("a"); for(var i=0,j=xxx.length; i<j; i++){ xxx[i].onclick=function(evt){ var _event = evt ? evt : window.event; var _target = evt ? evt.target : window.event.srcElement; var _p = S("downloadPanel"); _p.style.top = _event.clientY + document.body.scrollTop ; _p.style.left = ( _event.clientX + document.body.scrollLeft < 160 ? _event.clientX + document.body.scrollLeft + 10 : _event.clientX + document.body.scrollLeft - 120 ); S("downloadPanel").style.display = ''; S("downloadDirect").href= this.href; return false; } } } </script> <style type="text/css"> html,body{ font-size:12px;} a {color:#4d5d2c;text-decoration:underline;cursor:pointer;} .pointer {cursor:pointer;} .infobar {background:#fff9e3;border:1px solid #fadc80;color:#743e04;margin-bottom:10px;padding:8px 20px 4px 20px;} </style> </head> <body> <div id="downloadPanel" style="position:absolute;top:0px;left:0px;width:160px;z-index:999;padding:6px 2px 6px 10px;border:1px solid #fb7;display:none;" class="infobar"> <div style="padding:3px 0 0 0;"><a id="downloadDirect" href="javascript:void(0);" target="_blank">打开网址</a> <a id="downloadAgent" href="javascript:void(0);" onclick="copyUrl()">复制</a> <a href="javascript:void(0)" onclick="S('downloadPanel').style.display = 'none';">关闭</a></div> </div> <div id="xx"> <a href="http://www.jzq8.com">http://www.jzq8.com</a><br /> <a href="http://vip.jzq8.com">http://vip.jzq8.com</a><br /> <a href="http://idc.jzq8.com">http://idc.jzq8.com</a><br /> <a href="http://tool.jzq8.com">http://tool.jzq8.com</a><br /> <a href="http://bbs.jzq8.com">http://bbs.jzq8.com</a><br /><br /> </div> </body> </html> <a href="http://www.jzq8.com/">欢迎访问建站吧代码特效频道,www.jzq8.com</a> 建站吧提示:可修改后代码再运行!
鼠标放大翻页样式 - 运动缓冲效果[详细]
建站吧特效代码站——点击链接后出现浮动层选项[详细]
欢迎来到建站吧网站特效代码频道[详细]