%if session("username")="" then%> <%end if%>
| THÊM MỚI TIN TỨC |
| <% if request("action")="submit" then pathanh=replace(request("pathanh"),"'","''") txtNTitle=replace(request("txtNTitle"),"'","''") quotation=replace(request("quotation"),"'","''") MsgContent=replace(request("MsgContent"),"'","''") ngaycapnhat=replace(request("ngaycapnhat"),"'","''") top1=replace(request("top1"),"'","''") top2=replace(request("top2"),"'","''") openconn set rs=server.CreateObject("adodb.recordset") sql="insert into tbltintuc(Title,quotation,Content,Image,ngaycapnhat,top1,top2) values(N'"&txtNTitle&"',N'""ation&"',N'"&MsgContent&"','"&pathanh&"','"&ngaycapnhat&"','"&top1&"','"&top2&"')" conn.execute(sql) response.Redirect("?saoviet=17&Quan-ly-tin-tuc.html") %> <%end if%> |