houtai.asp

来自「基于ASP的查询搜索源代码 文件利用ASP对ACCESS数据库进行搜索」· ASP 代码 · 共 21 行

ASP
21
字号
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="DQE_Conn.asp"-->
<!--#include file="check.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>欢迎使用星旧新闻管理系统1.0</title>
</head>

<frameset rows="124,*" cols="*" frameborder="NO" border="0" framespacing="0">
  <frame src="<%= titleURL %>" name="topFrame" scrolling="NO" >
  <frameset cols="154,*" frameborder="NO" border="0" framespacing="0">
    <frame src="<%= leftURL %>" name="leftFrame" scrolling="no" marginwidth="0" marginheight="0">
    <frame src="Readme.htm" name="mainFrame">
  </frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>

⌨️ 快捷键说明

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