%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <% If request.Form("submit") = "删除选中" Then If Request("id") = "" Then Call infoback("请选中要删除的相册!") End If sql = "delete from mj_photo where id in ("&Request("id")&")" conn.Execute ( sql ) Call infohref("成功删除选中的相册!", "mj_photo.asp") Call close_conn End If %>
|
||||||||||||||
|
||||||||||||||