% Action = Request.QueryString("action") If Action = "add" Then LinkName = Request.Form("LinkName") LinkUrl = Request.Form("LinkUrl") LinkImgPath = Request.Form("LinkImgPath") LinkInfo = Request.Form("LinkInfo") Style = Request.Form("Style") ip = Request.Form("ip") Class1 = Request.Form("Class") CheckCode=replace(trim(Request("CheckCode")),"'","") if CheckCode="" then response.Write("") response.End() end if if CheckCode<>CStr(session("CheckCode")) then response.Write("") response.End() end if SQL = "Insert Into [FriendLink] (LinkName,LinkUrl,LinkImgPath,LinkInfo,Style,ip,Class) Values ('"&LinkName&"','"&LinkUrl&"','"&LinkImgPath&"','"&LinkInfo&"',"&Style&",'"&ip&"',"&Class1&")" Conn.Execute(SQL) Response.write "" End if %>
|
Copyright (C) 2003-2008 All Rights Reserved <%=name%>网站 版权所有 |