📄 yangong_del.asp
字号:
<!--#include file="../conn.asp"-->
<%
id=trim(request("id"))
if id<>"" and id<>1 then
conn.execute "delete from ht_Employee_User where id="&id&""
response.write "<script language='javascript'>window.opener.location.href=window.opener.location.href;window.close();</script>"
else
response.write "<script>alert('高级管理员不能删除或者是参数不存在');window.close();</script>"
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -