default.asp

来自「中国114网搜索系统 版  本: 文件大小:580 KB 软件语言:简体中文 授」· ASP 代码 · 共 29 行

ASP
29
字号
<%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 + =
减小字号Ctrl + -
显示快捷键?