closewin.aspx
资源名称:ioffice-e.rar [点击查看]
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:1k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <HTML>
- <HEAD>
- <title></title>
- <meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
- <meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
- <meta name="vs_defaultClientScript" content="JavaScript">
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
- <script language="javascript">
- function closewin()
- {
- window.close()
- }
- </script>
- </HEAD>
- <body MS_POSITIONING="GridLayout" onload="closewin()">
- <form id="Form1" method="post" runat="server">
- <FONT face="宋体"></FONT>
- </form>
- </body>
- </HTML>