dcb9e61438258aeade73066208f420fd49dd4657.svn-base 1.2 KB

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