savead1.asp
上传用户:qyswxdl
上传日期:2013-06-01
资源大小:1373k
文件大小:3k
源码类别:

家庭/个人应用

开发平台:

ASP/ASPX

  1. <%@ CODEPAGE = "936" %>
  2. <!--#include file="articleconn.asp"-->
  3. <!--#include file="security.asp"-->
  4. <!--#include file="../checkpost.asp"-->
  5. <!--#include file="inc/function.asp"-->
  6. <%if session("flag")>1 then
  7.     response.write "<script>alert('您的操作权限不够!');history.back();</script>"
  8.     response.end
  9. end if
  10. %>
  11. <%
  12.     dim upad
  13.     dim upad2
  14.     dim centerad
  15.     dim downad
  16.     dim softad
  17.     
  18. dim leftxf
  19. dim rightxf
  20. dim fullxf
  21. dim imgxf
  22. dim xfimg
  23. dim xfurl
  24. dim xftxt
  25. dim sql
  26. dim rs
  27. dim founderr
  28. founerr=false
  29. if founderr=false then
  30.    if request("upad")="" then
  31.    upad=null
  32.    else
  33.    upad=request("upad")
  34.    end if
  35.     
  36.    if request("upad2")="" then
  37.    upad2=null
  38.    else
  39.    upad2=request("upad2")
  40.    end if
  41.    if request("centerad")="" then
  42.    centerad=null
  43.    else
  44.    centerad=request("centerad")
  45.    end if
  46.    if request("downad")="" then
  47.    downad=null
  48.    else
  49.    downad=request("downad")
  50.    end if
  51.    if request("softad")="" then
  52.    softad=null
  53.    else
  54.    softad=request("softad")
  55.    end if
  56. '============悬浮广告判断(创新下载.xdani)==========    
  57. leftxf=request("leftxf")
  58. rightxf=request("rightxf")
  59. fullxf=request("fulltxf")
  60.     if request.form("leftxf")="on" then
  61.    leftxf=1
  62. else
  63.    leftxf=0
  64. end if
  65.     if request.form("rightxf")="on" then
  66.    rightxf=1
  67. else
  68.    rightxf=0
  69. end if
  70.     if request.form("fullxf")="on" then
  71.    fullxf=1
  72. else
  73.    fullxf=0
  74. end if
  75.     imgxf=request("imgxf")
  76.     xfimg=request("xfimg")
  77.     xfurl=request("xfurl")
  78.     xftxt=request("xftxt")
  79. '===================结束=========================
  80. set rs=server.createobject("adodb.recordset")
  81. sql="select * from indexad"
  82. rs.open sql,conn,3,3
  83. rs("upad")=upad
  84. rs("upad2")=upad2
  85. rs("centerad")=centerad
  86. rs("downad")=downad
  87. rs("softad")=softad
  88. rs("leftxf")=leftxf
  89. rs("rightxf")=rightxf
  90. rs("fullxf")=fullxf
  91. rs("imgxf")=imgxf
  92. rs("xfimg")=xfimg
  93. rs("xfurl")=xfurl
  94. rs("xftxt")=xftxt
  95. rs.update
  96. set rs=nothing
  97. conn.close
  98. set conn=nothing
  99. %>
  100. <html>
  101. <head>
  102. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  103. <title>在线支付接口设置</title>
  104. <link href="inc/Admin_STYLE.CSS" rel="stylesheet" type="text/css">
  105. </head>
  106. <body>
  107. <p align="center">&nbsp;</p>
  108. <form name="pay" method="post" action="online_pay_save.asp">
  109.   <div align="center"><br>
  110.     <table cellpadding="2" cellspacing="1" border="0" width="90%" class="border" align=center>
  111.       <tr align="center" bgcolor="#429AEF"> 
  112.         <td height=25 colspan=2 ><p align="center"><b><font color="#345b9c">
  113.           <%if request("action")="add" then%>
  114.           <%else%>
  115.           <%end if%>
  116.         </font></b>                  <strong><font color="#FFFFFF">广告修改成功</font></strong> 
  117.       <tr> 
  118.         <td height=117 colspan="2"  class="tdbg"><div align="center"><a href="ads.asp">数据已保存请返回</a></div>          </td>
  119.       </tr>
  120.     </table>
  121.     <br>
  122.     <font color="#00FFFF"> <br>
  123.      </font></div>
  124.   </form>
  125.   <%
  126. else
  127.  response.write "由于以下的原因不能保存数据:"
  128.  response.write errmsg
  129. end if
  130. %>
  131. <%if makejs=1 then%>
  132. <%end if%>
  133. <%if classid=10 then%>
  134. <%end if%>
  135. </body>
  136. </html>