home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 June / june_2001.iso / Tools / Card_Guard / _SETUP.1 / tghelper.dll / string.txt next >
Encoding:
Text File  |  2000-06-28  |  540 b   |  3 lines

  1. 100    tghelper
  2. 101    <script language="JScript">\n\n    var    Right = document.body.clientWidth;\n\n    window.onresize = cgInfo_changePos;\n\n    document.write("<span id=progressoverlay style='position:absolute;left:" + (Right - 72) + ";top:0;width:72;height:24'><center><img src='%s'></center></span>");\n\n    function cgInfo_changePos()\n    {\n        var iScrollWidth = document.body.scrollWidth;\n        var iScrollTop = document.body.scrollTop;\n\n    \n\n        progressoverlay.style.top = iScrollTop;\n        progressoverlay.style.left = iScrollWidth - 72;\n    }\n</script>
  3.