📄 default.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 7.0">
<TITLE></TITLE>
</HEAD>
<script language="javascript">
function openwindow(aspx)
{
now = new Date
s=now.getFullYear()
+now.getMonth()
+now.getDay()
+now.getHours()
+now.getMinutes()
+now.getMilliseconds ();
aspx=aspx+'?T='+s;
var win=window.open (aspx, 'window',
'height=715, width=1015, top=0, left=0,toolbar=no, menubar=no, resizable=no, scrollbars=no,location=no, status=yes');
window.opener ='HRAdmin';
win.focus ();
window.close ();
}
</script>
<BODY onload="openwindow('USL/MainFrame.aspx')">
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -