📄 index.asp
字号:
<%
Dim P,StrQ
For Each P In Request.QueryString
StrQ = StrQ & "&" & P & "=" & Server.URLEncode(Request.QueryString(P))
Next
%>
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>资源预定</title>
<script language=javascript>
function doAlert(intType,strMessage){
var strTemp;
var strVersion;
var varReturn;
strVersion = navigator.appVersion;
strTemp ="<%=Application("RootPath")%>Dialog/alertwindow.asp?intType=" + intType +"&strMessage="+strMessage + "&R=" + Math.random();
if(strVersion.indexOf("MSIE 5")!=0 && strVersion.indexOf("MSIE 5")!=-1)
varReturn = window.showModalDialog(strTemp,"Dialog Arguments Value","dialogHeight: 220px; dialogWidth: 300px; center: Yes; help: No; resizable: No; status: no;scroll=no");
else{
varReturn = window.showModalDialog(strTemp,"Dialog Arguments Value","dialogHeight: 220px; dialogWidth: 300px; center: Yes; help: No; resizable: no; status: no;scroll=no");
}
return varReturn;
}
function openDialog(url,w,h){
varReturn = top.window.showModalDialog(url + "&R=" + Math.random(),"Dialogwin","dialogHeight: " + h + "px; dialogWidth: " + h + "px; center: Yes; help: No; resizable: no; status: no;scroll=no");
}
function doList(){
frmToolbar.doList()
}
function doResetMenu(mID){
window.setTimeout("frmToolbar.activeMenuItem(frmToolbar.allMenu["+mID+"]);",1000)
}
</script>
</head>
<frameset framespacing="0" border="0" rows="50,0,*" frameborder="0" name=frmModule>
<frame name="frmToolbar" scrolling="no" noresize target="frmMain" src="toolbar.asp?1=1<%=StrQ%>">
<frame name="frmWaiting" scrolling="no" noresize src="/Templet/Waiting.asp">
<frame name="frmMain" src="list.asp?1=1<%=StrQ%>" scrolling="auto" style="border-style: inset; border-width: 1">
<noframes>
<body>
<p>此网页使用了框架,但您的浏览器不支持框架。</p>
</body>
</noframes>
</frameset>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -