homeright.js
上传用户:woden7206
上传日期:2015-11-28
资源大小:14486k
文件大小:1k
源码类别:

单片机开发

开发平台:

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. }