?? delczy_deal.asp
字號(hào):
<!--#include file="../conn/conn.asp"-->
<%
qID=request.QueryString("id")
if qID<>"" then
response.Write("<script language='javascript'>if(!confirm('真的要?jiǎng)h除該操作員嗎?')){window.location.href='delczy.asp';}</script>")
on error resume next
sql="delete from userlist where id='"&qID&"'"
conn.execute(sql)
if err<>0 then
response.Write("<script language='javascript'>alert('操作員信息刪除失敗!');window.location.href='delczy.asp';</script>")
else
response.Write("<script language='javascript'>alert('操作員信息刪除成功!');window.location.href='delczy.asp';</script>")
end if
else
response.Write("<script language='javascript'>window.location.href='delczy.asp';</script>")
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -