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

📄 npost_text.asp

📁 shopxp网上购物系统v6.6已经调试,百分百可用
💻 ASP
字号:
<%dim dbpath,nownum
dbpath="../"
nownum=4
%>
<!--#include file="../nUser/config.asp"-->
<!--#include file="../nUser/conn.asp"-->
<!-- #include file="inc/Session.asp" -->
<!--#include file="inc/MyRequest.asp"-->
<html>
<head>
<title></title>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="../css/style_admin.css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" style="background-color: #FFFFFF"><%
action=my_request("action",0)
id=my_request("id",1)
If action="modify" Then
   set rs=server.createobject("adodb.recordset")
   sql="select content from kheu_nPost where id="&id
   rs.open sql,conn,1,1
   If Not rs.Eof Then
      Content=rs("Content")
   End If
   Response.Write Content
   rs.close
   set rs=nothing
End If
%>
</body>

</html>

⌨️ 快捷键说明

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