?? zhuti_zd.asp
字號:
<!--#include file=conn.asp-->
<%
id=trim(request("id"))
if not isnumeric(id) or id="" then
response.write"<script language='javascript'>alert('參數錯誤!');window.location.href='xinxi.asp';</script>"
response.end
else
sql="update zhuti set tops=true where id="&id
conn.execute (sql)
response.write"<script language='javascript'>alert('操作成功!');window.location.href='xinxi.asp';</script>"
end if
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -