?? textbox1.asp
字號:
<!--
┌─ o91.com───────────────┐
│ 動感購物商務(wù)平臺WWW.SNSN.NET版權(quán)所有 │
│ 設(shè)計:模糊視線13855119911 QQ:9912515 │
└────────────────────┘
-->
<!--#include file="conn.asp" -->
<html>
<head>
<title></title>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href=../css.css rel=stylesheet>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><%=session("content")%><%
Action=LCase(Request.QueryString("Action"))
set rs=server.createobject("adodb.recordset")
sql="select "&Action&" from shop_config "
rs.open sql,conn,1,1
If Not rs.Eof Then
Content=rs(0)
End If
Response.Write Content
%>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -