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

📄 default.html

📁 基于ASP的OA办公系统有BBS
💻 HTML
字号:
<html>
<head>
<title>NET-OA</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"> 


<link rel="stylesheet" href="../inc/style.css" type="text/css">
<script>
if (self==top){self.location.href="../default.asp"};
var aid;
function cmdSubmit_onclick(){
if (aid==""){
	alert("请先选择您要预约的资源.");
	return false;
}else{
	wright.location="precontract.asp?aID="+aid;
}
}
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000" oncontextmenu="return false" >
<table width="100%" border="0" cellspacing="0" cellpadding="1" class="borderon" height="100%">
 <tr> 
 <td valign="top" width="27%"><iframe src="asset.asp" id="wleft" width="100%" height="100%" scrolling="no"></iframe></td>
 <td valign="top" align="center" WIDTH="73%"><iframe src="about:blank" name="wright" width="100%" height="100%"></iframe> 
 <br>
 </td>
 </tr>
 <tr> 
 <td align="center" height="20" width="27%"> 
 <input name="b1" type="button" value="预约资源" onclick="cmdSubmit_onclick();" disabled>
 </td>
 <td height="20" width="73%">&nbsp;
	 <!--Net-OA1--> <input type="radio" name="ra" value="r1" checked onclick="admin.style.display='inline';AdminModel=0;">
 预约模式 
 <input type="radio" name="ra" value="r2" onclick="admin.style.display='inline';AdminModel=1;">
 管理模式
	 <span id="admin" style="display:none;" disabled>[管理模式已开启,请选择要管理的资源(组)]</span>
	 <SCRIPT Language="JavaScript">
 	var AdminModel;
	AdminModel=0;
	function div_onclick(id,m){
		b1.disabled=true;
		if (m==0){
			if (AdminModel==1){
				gotourl="admin_assetgroup.asp?aID="+id;
				wright.location=gotourl;
			}
		}else{
			if (AdminModel==0){
				if (id!=0){
				aid=id;
				gotourl="asset_display.asp?ID="+id;
				b1.disabled=false;
				}else{
				alert("请先切换到管理模式");
				}
			}else{
				gotourl="admin_asset.asp?ID="+id;
			}
			wright.location=gotourl;
		}
	}
</SCRIPT>
<!--Net-OA2--><SCRIPT Language="JavaScript">
	function div_onclick(id,m){
		b1.disabled=true;
		if (m==1){
			aid=id;
			gotourl="asset_display.asp?ID="+id;
			b1.disabled=false;
			wright.location=gotourl;
		}
	}
</SCRIPT>
	 <!--Net-OA3--></td>
 </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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