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

📄 operately.asp

📁 一套企业全站
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="inc/char.asp"-->
<!--#include file="chkmanage.asp"-->
<!--#include file="inc/sqlfilter.asp"-->
<%  
    dim id,txtSQL
    id=SafeRequest("id",1)
	If Request("action")="up" Then
		txtSQL="update guest set topnum=1 where id="&id 
	Else
		txtSQL="update guest set topnum=0 where id="&id 
	End If
	conn.Execute(txtSQL)
	conn.close

 %>
<script language="javascript">
alert("操作成功!")
location.href="manage.asp"
</script>    

⌨️ 快捷键说明

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