<a onclick='{if(confirm("删除商品将彻底删除与之有关的数据,将不可恢复!")){return true;}return false;}' href="product_list.asp?del=true&id=<%=rs("id")%>&product_name=<%=rs("product_name")%>&sort_name=<%=sort_name%>&csort_name=<%=csort_name%>&page=<%=cstr(pagecount)%>">[×]</a> conn.execute("delete from product where id="&request("id")&"")
我的表名是liuyan,记录集是rst conn.execute("delete from liuyan where id='"&rst("id")&"'")......对吗???? 我浏览资料的页面是guanli.asp,点击删除-提示对话框-确定之后还回这个页面,<a >里面的代码,麻烦写的详细一点,这个我不是很明白,先谢谢了...............