RightBottom.js
上传用户:jisenq
上传日期:2014-06-29
资源大小:7216k
文件大小:1k
源码类别:

数据库编程

开发平台:

ASP/ASPX

  1. if (navigator.appName == "Netscape")
  2. document.ns = navigator.appName == "Netscape"
  3. window.screen.width>800 ? imgheight=190:imgheight=180
  4. window.screen.width>800 ? imgright=20:imgright=30
  5. function RightBottomLoad()
  6. {
  7. if (navigator.appName == "Netscape")
  8. {
  9. document.RightBottom.pageY=pageYOffset+window.innerHeight-imgheight;
  10. document.RightBottom.pageX=imgright;
  11. RightBottomMove();
  12. }
  13. else
  14. {
  15. RightBottom.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
  16. RightBottom.style.right=imgright;
  17. RightBottomMove();
  18. }
  19. }
  20. function RightBottomMove()
  21. {
  22. if(document.ns)
  23. {
  24. document.RightBottom.top=pageYOffset+window.innerHeight-imgheight;
  25. document.RightBottom.right=imgright;
  26. setTimeout("RightBottomMove();",80)
  27. }
  28. else
  29. {
  30. RightBottom.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
  31. RightBottom.style.right=imgright;
  32. setTimeout("RightBottomMove();",80)
  33. }
  34. }
  35. function RightBottomReload(RBRTF) 
  36. if (RBRTF==true) with (navigator) 
  37. {
  38. if ((appName=="Netscape")&&(parseInt(appVersion)==4)) 
  39.   {
  40. document.RightBottomWidth=innerWidth; document.RightBottomHeight=innerHeight; onresize=MM_reloadPage;
  41.    }
  42.  }
  43. else if (innerWidth!=document.RightBottomWidth || innerHeight!=document.RightBottomHeight) location.reload();
  44. }
  45. RightBottomReload(true);
  46. RightBottomLoad();