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

📄 index.asp

📁 我见过的用ASP写的最好的留言簿程序
💻 ASP
字号:
<!--#include file="conn.asp"-->
<link href="style.css" rel="stylesheet" type="text/css">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=urlname%> - 留言本</title>
</head>
<frameset rows="1,*" cols="*" framespacing="0" frameborder="NO" border="0">
  <frame src="main.asp" name="topFrame" scrolling="NO" noresize >
  <frame src="main.asp" name="mainFrame">
<noframes><body>
<p>此网页使用了框架,您的浏览器不支持框架。</p>
</body>
</noframes>
</frameset>
</noframes>
</html>
<%end if%>

⌨️ 快捷键说明

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