ifshow.asp

来自「一套设计完善、高效的web商城解决方案」· ASP 代码 · 共 9 行

ASP
9
字号
<!--#include file="../Session.asp"-->
<%
if request("ifshow")="True" then
	conn.Execute("update Hotpro set ifshow=False where id="&request("id")&"")
else
	conn.Execute("update Hotpro set ifshow=True where id="&request("id")&"")
end if
Response.redirect"Default.asp?page="&request("page")&""
%>

⌨️ 快捷键说明

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