📄 index_tuijian.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="Check.asp"-->
<%
Id=request("Id")
tuijian=request("tuijian")
sql="update shop set index_tj='"&tuijian&"',tjTime=Now() where Id="&Id
conn.execute sql
if tuijian=1 then
response.write"<script>alert('成功推荐了一个网店在首页显示!');window.location.href='shop_check.asp?up="&request("up")&"&page="&request("page")&"'</script>"
else
response.write"<script>alert('成功取消了一个网店在首页的显示!');window.location.href='shop_check.asp?up="&request("up")&"&page="&request("page")&"'</script>"
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -