index.html 1.0 KB

123456789101112131415161718192021222324252627282930
  1. <HTML>
  2. <HEAD>
  3. <SCRIPT LANGUAGE='javascript'>
  4. function dsble_Help()
  5. {
  6. return false;
  7. }
  8. document.onhelp = dsble_Help;
  9. if (window.screen) {
  10. setTimeout('top.moveTo((screen.availWidth-1024)/2, (screen.availHeight-675)/2)', 0);
  11. setTimeout('top.resizeTo(1000, 745)', 0);
  12. }
  13. </SCRIPT>
  14. </HEAD>
  15. <BODY topmargin="10" leftmargin="0" bottommargin="0" rightmargin="0"
  16. oncontextmenu="return false" ondragstart="return false"
  17. onselectstart="return false" onselect="document.selection.empty()"
  18. oncopy="document.selection.empty()" onbeforecopy="return false"
  19. onmouseup="document.selection.empty()"
  20. style="overflow-x:hidden;overflow-y:hidden">
  21. <TABLE WIDTH="100%" HEIGHT="100%" cellpadding="0" cellspacing="0"><TR><TD ALIGN="center" VALIGN="middle">
  22. <OBJECT id='sample' classid='CLSID:4DA55DF4-4825-44CF-9790-4D29E8F02AC7' width='980' height='695'>
  23. <PARAM name='src' value='./Z/Z00/login.xrw'/>
  24. <PARAM name='controlName' value='sample'/>
  25. <PARAM name='domainName' value=''/>
  26. </OBJECT>
  27. </TD></TR></TABLE>
  28. </BODY>
  29. </HTML>