textbox.asp

来自「这是惠州城市超市购物管理系统的源代码」· ASP 代码 · 共 38 行

ASP
38
字号
<!--
┌─ o91.com───────────────┐
│  动感购物商务平台WWW.SNSN.NET版权所有  │
│  设计:模糊视线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=CSS11111.css rel=stylesheet>
<style>
BODY{
FONT-SIZE: 12px;
FONT-FAMILY:  ??;
background-color: #ffffff; 
}
</style>
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><%=session("content")%><%
Action=LCase(Request.QueryString("Action"))
newsID=Request.QueryString("newsID")

If request("action")="modify" Then
set rs=server.createobject("adodb.recordset")
sql="select * From shop_zhuanti where newsid="&newsid
rs.open sql,conn,1,1
	If Not rs.Eof Then
		Content=rs("Content")
	End If
	Response.Write Content
End If
%>
</body>
</html>

⌨️ 快捷键说明

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