Board logo

标题: [BUG反馈] 超级漂浮广告 [打印本页]

作者: pader    时间: 2008-12-29 01:47     标题: 超级漂浮广告

今天打开小弟做的一个丑陋的个人主页,他不知道搞了个什么漂浮元素,结果我切换一个标签,那个广告还在,我最小化浏览器,还漂,就好像不是网页而是系统中的一样
具体看图吧。。。
作者: pader    时间: 2008-12-29 01:51

这些就是它网站上的漂浮广告的脚本
  1. <script>
  2. var imagepath="gundongtu/170.jpg"
  3. var imagewidth=120 //这两行写图片的大小
  4. var imageheight=109
  5. var speed=2;
  6. var imageclick="http://ahhappy897.6ftp.com/myfacebook3/" //这里写点击图片连接到的地址
  7. var hideafter=0
  8. var isie=0;
  9. if(window.navigator.appName=="Microsoft Internet Explorer"&&window.navigator.appVersion.substring(window.navigator.appVersion.indexOf("MSIE")+5,window.navigator.appVersion.indexOf("MSIE")+8)>=5.5) {
  10. isie=1;
  11. }
  12. else {
  13. isie=0;
  14. }
  15. if(isie){
  16. var preloadit=new Image()
  17. preloadit.src=imagepath
  18. }
  19. function pop() {
  20. if(isie) {
  21. x=x+dx;y=y+dy;
  22. oPopup.show(x, y, imagewidth, imageheight);
  23. if(x+imagewidth+5>screen.width) dx=-dx;
  24. if(y+imageheight+5>screen.height) dy=-dy;
  25. if(x<0) dx=-dx;
  26. if(y0)
  27. setTimeout("dismisspopup()",hideafter*1000)
  28. }
复制代码

作者: xvlzw    时间: 2008-12-29 14:27

用TW2试一下。。。
作者: fghxy    时间: 2008-12-29 14:30

中马了吧?




欢迎光临 世界之窗论坛 (http://bbs.theworld.cn./) Powered by Discuz! 7.2