% if not theUser.master then connclose() response.redirect ("index.asp") end if dim xxid, exec, rs xxid=encodestr(request("id")) if xxid="" then connclose() session("errmsg")="非法操作!!!" response.redirect "admin_error.asp" end if exec="select * from ly where id=" + CStr(xxid) + " " Set RS = Server.CreateObject("ADODB.RecordSet") rs.Open exec, Conn, 1, 1 %>
|
|