| 123456789101112131415161718192021222324252627282930313233 |
- <HTML>
- <HEAD>
- <SCRIPT LANGUAGE='javascript'>
- function dsble_Help() {
- return false;
- }
- document.onhelp = dsble_Help;
- if (window.screen) {
- setTimeout('top.moveTo((screen.availWidth-1024)/2, (screen.availHeight-675)/2)', 0);
- setTimeout('top.resizeTo(1000, 745)', 0);
- }
- </SCRIPT>
- </HEAD>
- <%
- session.setAttribute("username", request.getParameter("username"));
- session.setAttribute("password", request.getParameter("password"));
- %>
- <BODY topmargin="10" leftmargin="0" bottommargin="0" rightmargin="0"
- oncontextmenu="return false" ondragstart="return false"
- onselectstart="return false" onselect="document.selection.empty()"
- oncopy="document.selection.empty()" onbeforecopy="return false"
- onmouseup="document.selection.empty()"
- style="overflow-x:hidden;overflow-y:hidden">
- <TABLE WIDTH="100%" HEIGHT="100%" cellpadding="0" cellspacing="0"><TR><TD ALIGN="center" VALIGN="middle">
- <OBJECT id='sample' classid='CLSID:4DA55DF4-4825-44CF-9790-4D29E8F02AC7' width='980' height='695'>
- <PARAM name='src' value='./Z/Z00/CoreLoad.xrw'/>
- <PARAM name='controlName' value='sample'/>
- <PARAM name='domainName' value=''/>
- </OBJECT>
- </TD></TR></TABLE>
- </BODY>
- </HTML>
|