default.htm

来自「人力资源管理系统 读者须安装好IIS和Microsoft Visual Stut」· HTM 代码 · 共 32 行

HTM
32
字号
<!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 + =
减小字号Ctrl + -
显示快捷键?