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

📄 ie_textbox.asp

📁 新闻管理系统,管理员登陆后能够实现对新闻的添加,删除以及更新等功能,操作比较简单,但是很方便
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="data.asp"-->
<!--#include file="char.asp"-->
<!--#include file="md5.asp"-->
<!--#include file="header.inc"-->
<%

dim id,text_X
If request("ID")<>"" Then
id=request("id")


set rs=conn.execute("select ContentsX from newsdata where id="&id&"")
text_X=rs("ContentsX")
rs.close
set rs=nothing
Response.Write text_X
Else
Response.Write ""
End If
%>

⌨️ 快捷键说明

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