相关代码 |
|
sql="update ccnews set caption='"&trim(request("caption"))&"',content='"&request("content")&"',imgpath1='"&request("images")&"'," sql=sql&"imgpath2='"&trim(request("images1"))&"',imgpath3='"&request("images2")&"' where id="&session("two") conn.execute(sql) response.Redirect("manageccnews.asp?page="&request("page")) %>