📄 default.asp
字号:
<%if isNumeric(request("id"))=0 then response.end%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Active Server Explorer</title>
</head>
<!--
<frameset rows="20,*" border="false" frameborder="YES" border="0" bordercolor="#bbaa00" framespacing="8" >
<frame name="top" src="toolbar.htm" scrolling="no" border="8" framespacing="8" bordercolor="#bbaa00" >
<frameset framespacing="8" border="false" cols="200,*" frameborder="1" border="8" bordercolor="#bbaa00" >
<frame framespacing="8" name="left" target="main" src="agency.asp?id=<%=request("id")%>" scrolling="auto" border="8" bordercolor="#bbaa00" >
<frame framespacing="8" name="main" src="about.htm" border="8" framespacing="8" border="8" bordercolor="#bbaa00" >
</frameset>
-->
<frameset rows="20,*" border="false" frameborder="YES" border="0" bordercolor="#bbaa00" framespacing="8" >
<frame name="top" src="toolbar.asp?id=<%=request("id")%>" scrolling=no border="8" framespacing="8" bordercolor="#bbaa00" >
<frameset framespacing="8" border="false" cols="200,*" frameborder="1" border="8" bordercolor="#bbaa00">
<frame framespacing="8" name="left" target="main" src="agency.asp?id=<%=request("id")%>" scrolling="auto" border="8" bordercolor="#bbaa00" >
<frameset rows="*,50%" frameborder="YES" border="0" framespacing="8">
<frame framespacing="8" name="buttom" src="about.htm" border="8" framespacing="8" border="8" bordercolor="#bbaa00" >
<frame name="bottom" scrolling="auto" src="bottom.htm">
</frameset>
</frameset>
</frameset>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -