⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 indexdeploy.htm

📁 本人为公司开发的Flex办公系统web源码,包括数据库脚本文件。
💻 HTM
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Hugong Office System</title>


<script language="javascript">
function openDemo(){
	var myWidth=screen.availWidth;
	var myHeight=screen.availHeight-35;
	open("http://192.168.0.5/website1/flex/bin/contact.html", "test", "width=" + myWidth + ",height=" + myHeight + ",fullscreen=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0");          
	//this.close();
	//closeit.Click();
	//window.external.AddFavorite(location.href, document.title);//已经在上面的js中作增加了
	window.opener='null';//ie55+
	window.close();//ie55+
}
</script>

</head>

<body scroll="no" onload="openDemo()" >
<OBJECT   id=closeit   classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">  
  <PARAM   NAME="Command"   VALUE="Close"></OBJECT> 
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -