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

📄 intro.asp

📁 时代购物系统 4.0功能升级说明 <1>完善了3.0的VIP
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="config.asp"-->
 
 <table width="760" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td><!--#include file="include/header.asp"--></td>
  </tr>
  <% 
  set rs = server.CreateObject("adodb.recordset")
rs.open "select webimg12 from [config]",conn,1,1
%>  
  <tr>
    <td>
	<table width="760" border="0" cellspacing="1" cellpadding="0" align="center" bgcolor="<% = bgclr1 %>">
	<tr bgcolor="#FFFFFF"><td><% = rs("webimg12") %></td></tr></table>
	</td>
  </tr>
  <tr>
    <td><!--#include file="include/footer.asp"--></td>
  </tr>
</table>

⌨️ 快捷键说明

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