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

📄 conn.asp

📁 不错的一个网站哦, 不错的一个网站哦
💻 ASP
字号:
<!-- 数据库 -->
<% set conn= Server.CreateObject("adodb.connection")
connstr="provider=microsoft.jet.oledb.4.0;data source="&server.MapPath("../topu_mdb/#topu_photo.asp")
conn.open connstr
%>

<!-- 相关变量 -->
<%
Const admin="g" '管理员名字
Const adminpassword="g" '管理员密码
Const title="DongDang Book ver1.0"
Const Copyright="版权所有:<a href=http://www.tongpunet.com target=_blank>同普网络</a>"
Const MaxPerPage=5'每页显示留言数
%>


<!-- 站内样式表 -->
<style type="text/css">
<!--
body, table, td {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;font-style: normal;line-height: 14pt;}
.box {  font-size: 12px; color: #000000; background: #ffffff ;border-color: #999999 #666666 #666666 #333333; height: 19px; border-style: solid; border-width: 1px; padding-top: 1px}
<!-- 表格边框颜色{  }
.border{ border:1px solid #333333}
<!-- 表格宽度{  }
.tb{WIDTH:440;word-break:break-all}
<!-- 发表人颜色{  }
.style1 {color: #FF0000}
<!-- 目期颜色{  }
.style2 {color: #CCCCCC}
-->
</style>

⌨️ 快捷键说明

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