%if session("username")="" then%> <%end if%> <% if request("action")="submit" then id=replace(request("id"),"'","''") hoten=replace(request("hoten"),"'","''") pathanh=replace(request("pathanh"),"'","''") link=replace(request("link"),"'","''") thutu=replace(request("thutu"),"'","''") openconn set rs=server.CreateObject("adodb.recordset") sql=" update tbldoitac set hoten=N'"&hoten&"',Image='"&pathanh&"',link=N'"&link&"',thutu='"&thutu&"' where iddoitac='"&id&"'" conn.execute(sql) response.Redirect("?saoviet=40&Quan-ly-load-anh.html") %> <%end if%>