homeright.js
Upload User: woden7206
Upload Date: 2015-11-28
Package Size: 14486k
Code Size: 1k
Category:

SCM

Development Platform:

MultiPlatform

  1. var imgheight_close
  2. document.ns = navigator.appName == "Microsoft Internet Explorer"
  3. window.screen.width>800 ? imgheight_close=120:imgheight_close=120
  4.  function myload()
  5. {
  6. myright.style.top=0;//document.body.scrollTop+document.body.offsetHeight-imgheight_close;
  7. myright.style.left=916;
  8. mymove();
  9. }
  10.  function mymove()
  11.  {
  12.  myright.style.top=document.body.scrollTop;
  13.  myright.style.left=916;
  14.  setTimeout("mymove();",50)
  15.  }
  16. if(document.ns){
  17. document.write("<style>.xxx {position: absolute;width:40;top:5px;left:916;visibility: visible;z-index: 1;margin:5px 1px}</style>")
  18. document.write("<div id=myright class='xxx'>");
  19. document.write("<iframe src='../int/homeright.htm' width=90 height=415 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no></iframe>");
  20. document.write("</div>");
  21. myload()
  22. }