| 12345678910111213141516 |
- <!--#include file="../bdcommx/connxyz.asp"-->
- <%call log_chk()
- call passChk()
- thex=request("thex")
- theid=request("theid")
- Set rs=Server.Createobject("Adodb.Recordset")
- sql="select * from adyp where yp_id="&thex&""
- rs.open sql,conn,1,3
- rs.delete
- rs.close
- set rs=nothing
- ''''''''''''''''''''''''''''保留关联空位
- response.write"<SCRIPT language=JavaScript>alert('删除成功!');"
- response.write"this.location.href='YPmag.asp?thex="&theid&"';</SCRIPT>"
- %>
|