⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 editxx.asp

📁 图书销售系统,页面丰富,连接数据库,多个运行.
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<!--#include file="connection.asp"-->
<!--#include file="Vchar.asp"-->
<%if session("admin")="" then
response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!');window.location.reload('login.asp')</script>"
response.End
else
if session("flag")>1 then
response.Write "<div align=center><font size=80 color=red><b>您没有此项目管理权限!</b></font></div>"
response.End
end if
end if
%>
<html>
<head>
<title>Untitled Document</title>
<script src="ubbcode.js"></script>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="admin.css" rel="stylesheet" type="text/css">
</head>
<body>

<table width="96%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#6396D6">
  <tr> 
    <td height="18" background="images/admin_bg.gif"><div align="center"><font color="#FFFFFF"><strong>网站其它信息设置</strong></font></div></td>
  </tr>
  <tr> 
    <td height="64" bgcolor="#DEE7FF"><br>
      <table width="80%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#FFFFFF">
        <tr bgcolor="#DEE7FF"> 
          <td width="27%"><div align="center"><a href="editxx.asp">返回首页</a></div></td>
          <td width="34%"><div align="center"><a href="editxx.asp?action=gouwuliucheng">购物流程</a></div></td>
          <td width="39%"><div align="center"><a href="editxx.asp?action=regtiaoyue">更改注册条约</a></div></td>
        </tr>
        <tr bgcolor="#DEE7FF"> 
          <td><div align="center"><a href="editxx.asp?action=huikuanfangshi">付款方式</a></div></td>
          <td><div align="center"><a href="editxx.asp?action=changjianwenti">常见问题</a></div></td>
          <td><div align="center"><a href="editxx.asp?action=shiyongfalv">适用法律和版权声明</a></div></td>
        </tr>
        <tr bgcolor="#DEE7FF"> 
          <td><div align="center"><a href="editxx.asp?action=jiaoyitiaokuan">交易条款</a></div></td>
          <td><div align="center"><a href="editxx.asp?action=baomi">保密和安全</a></div></td>
          <td><div align="center"><a href="editxx.asp?action=shouhoufuwu">商品销售和售后服务</a></div></td>
        </tr>
        <tr bgcolor="#DEE7FF"> 
          <td><div align="center"><a href="editxx.asp?action=yunshushuoming">运输说明</a></div></td>
          <td><div align="center"><a href="editxx.asp?action=gongzuoshijian">我们的工作时间</a></div></td>
          <td><div align="center"><a href="editxx.asp?action=songhuofeiyong">送货方式及费率</a></div></td>
        </tr>
        <tr bgcolor="#DEE7FF">
          <td><div align="center"><a href="editxx.asp?action=guanyu">关于书店</a></div></td>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
        </tr>
      </table>
      <br>
    </td>
  </tr>
</table>
<%dim action
action=request.QueryString("action")
select case action
case "huikuanfangshi"%>
<br>
<table width="96%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#6396D6">
  <tr> 
    <td height="18" background="images/admin_bg.gif"><div align="center"><font color="#FFFFFF"><strong>付 款 方 式</strong></font></div></td>
  </tr>
  <tr> 
    <td height="83" bgcolor="#DEE7FF"><br>
      <table width="80%" border="0" align="center" cellpadding="1" cellspacing="0" bgcolor="#FFFFFF">
        <form name="myform" method="post" action="savexx.asp?action=huikuanfangshi">
          <tr bgcolor="#DEE7FF"> 
            <td width="13%"><div align="center"> 
                <p> </p>
              </div></td>
            <td width="87%">
              <!--#include file="getUbb.asp" -->
            </td>
          </tr>
          <tr bgcolor="#DEE7FF"> 
            <td colspan="2"> 
              <%set rs=server.CreateObject("adodb.recordset")
			  rs.open "select huikuanfangshi from shop_config",conn,1,1%>
              <div align="center">
                <textarea name="content" cols="100" rows="12" id="huikuanfangshi"><%=trim(rs("huikuanfangshi"))%></textarea>
                <%rs.close
			   set rs=nothing%>
                <br>
                <input type="submit" name="Submit" value="提 交 更 改">
                &nbsp;&nbsp; </div></td>
          </tr>
        </form>
      </table>
      <br>
    </td>
  </tr>
</table>
<%case "jiaoyitiaokuan"%>
<br>
<table width="96%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#6396D6">
  <tr> 
    <td height="18" background="images/admin_bg.gif"><div align="center"><font color="#FFFFFF"><strong>交 易 条 款</strong></font><br>
      </div></td>
  </tr>
  <tr> 
    <td height="83" bgcolor="#DEE7FF"><br> 
	<table width="80%" border="0" align="center" cellpadding="1" cellspacing="0" bgcolor="#FFFFFF">
        <form name="myform" method="post" action="savexx.asp?action=jiaoyitiaokuan">
          <tr bgcolor="#DEE7FF"> 
            <td width="13%"><div align="center"> 
                <p> </p>
              </div></td>
            <td width="87%"> <!--#include file="getUbb.asp" --> </td>
          </tr>
          <tr bgcolor="#DEE7FF"> 
            <td colspan="2"><div align="center"> 
                <p> 
                  <%set rs=server.CreateObject("adodb.recordset")
			  rs.open "select jiaoyitiaokuan from shop_config",conn,1,1%>
                  <textarea name="content" cols="100" rows="12" id="jiaoyitiaokuan"><%=trim(rs("jiaoyitiaokuan"))%></textarea>
                  <%rs.close
			   set rs=nothing%>
                  <br>
                  <input type="submit" name="Submit3" value="提 交 更 改">
                  &nbsp;&nbsp;</p>
              </div></td>
          </tr>
        </form>
      </table>
      <br> </td>
  </tr>
</table>
<%case "yunshushuoming"%>
<br>
<table width="96%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#6396D6">
  <tr> 
    <td height="18" background="images/admin_bg.gif"><div align="center"><font color="#FFFFFF"><strong>运 输 说 明</strong></font><br>
      </div></td>
  </tr>
  <tr> 
    <td height="83" bgcolor="#DEE7FF"><br> 
      <table width="80%" border="0" align="center" cellpadding="1" cellspacing="0" bgcolor="#FFFFFF">
        <form name="myform" method="post" action="savexx.asp?action=yunshushuoming">
          <tr bgcolor="#DEE7FF"> 
            <td width="13%"><div align="center"> 
                <p> </p>
              </div></td>
            <td width="87%"> <!--#include file="getUbb.asp" --> </td>
          </tr>
          <tr bgcolor="#DEE7FF"> 
            <td height="195" colspan="2">
<div align="center"> 
                <p> 
                  <%set rs=server.CreateObject("adodb.recordset")
			  rs.open "select yunshushuoming from shop_config",conn,1,1%>
                  <textarea name="content" cols="100" rows="12" id="textarea2"><%=trim(rs("yunshushuoming"))%></textarea>
                  <%rs.close
			   set rs=nothing%>
                  <br>
                  <input type="submit" name="Submit32" value="提 交 更 改">
                  &nbsp;&nbsp; </p>
              </div></td>
          </tr>
        </form>
      </table>
      <br> </td>
  </tr>
</table>
<%case "gouwuliucheng"%>
<br>
<table width="96%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#6396D6">
  <tr> 
    <td height="18" background="images/admin_bg.gif"><div align="center"><font color="#FFFFFF"><strong>购 物 流 程</strong></font><br>
      </div></td>
  </tr>
  <tr> 
    <td height="83" bgcolor="#DEE7FF"><br> 
      <table width="80%" border="0" align="center" cellpadding="1" cellspacing="0" bgcolor="#FFFFFF">
        <form name="myform" method="post" action="savexx.asp?action=gouwuliucheng">
          <tr bgcolor="#DEE7FF"> 
            <td width="13%"><div align="center"> 
                <p> </p>
              </div></td>
            <td width="87%"> <!--#include file="getUbb.asp" --> </td>
          </tr>
          <tr bgcolor="#DEE7FF"> 
            <td colspan="2"><div align="center"> 
                <p> 
                  <%set rs=server.CreateObject("adodb.recordset")
			  rs.open "select gouwuliucheng from shop_config",conn,1,1%>
                  <textarea name="content" cols="100" rows="12" id="textarea3"><%=trim(rs("gouwuliucheng"))%></textarea>
                  <%rs.close
			   set rs=nothing%>
                  <br>
                  <input type="submit" name="Submit322" value="提 交 更 改">
                  &nbsp;&nbsp; </p>
              </div></td>
          </tr>
        </form>
      </table>
      <br> </td>
  </tr>
</table>
<%case "changjianwenti"%>
<br>
<table width="96%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#6396D6">
  <tr> 
    <td height="18" background="images/admin_bg.gif"><div align="center"><font color="#FFFFFF"><strong>常 见 问 题</strong></font><br>
      </div></td>
  </tr>
  <tr> 
    <td height="83" bgcolor="#DEE7FF"><br> 
      <table width="80%" border="0" align="center" cellpadding="1" cellspacing="0" bgcolor="#FFFFFF">
        <form name="myform" method="post" action="savexx.asp?action=changjianwenti">
          <tr bgcolor="#DEE7FF"> 
            <td width="13%"><div align="center"> 
                <p> </p>
              </div></td>
            <td width="87%"> <!--#include file="getUbb.asp" --> </td>
          </tr>
          <tr bgcolor="#DEE7FF"> 
            <td colspan="2"><div align="center"> 
                <p> 
                  <%set rs=server.CreateObject("adodb.recordset")
			  rs.open "select changjianwenti from shop_config",conn,1,1%>
                  <textarea name="content" cols="100" rows="12" id="textarea4"><%=trim(rs("changjianwenti"))%></textarea>
                  <%rs.close
			   set rs=nothing%>
                  <br>
                  <input type="submit" name="Submit3222" value="提 交 更 改">
                  &nbsp;&nbsp;</p>
              </div></td>
          </tr>
        </form>
      </table>
      <br> </td>
  </tr>
</table>
<%case "baomi"%>
<br>
<table width="96%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#6396D6">
  <tr> 
    <td height="18" background="images/admin_bg.gif"><div align="center"><font color="#FFFFFF"><strong>保 密 和 安 全</strong></font><br>
      </div></td>
  </tr>
  <tr> 
    <td height="83" bgcolor="#DEE7FF"><br> 
      <table width="80%" border="0" align="center" cellpadding="1" cellspacing="0" bgcolor="#FFFFFF">
        <form name="myform" method="post" action="savexx.asp?action=baomi">
          <tr bgcolor="#DEE7FF"> 
            <td width="13%"><div align="center"> 
                <p> </p>
              </div></td>
            <td width="87%"> <!--#include file="getUbb.asp" --> </td>
          </tr>
          <tr bgcolor="#DEE7FF"> 
            <td colspan="2"><div align="center"> 
                <p> 
                  <%set rs=server.CreateObject("adodb.recordset")
			  rs.open "select baomi from shop_config",conn,1,1%>
                  <textarea name="content" cols="100" rows="12" id="textarea5"><%=trim(rs("baomi"))%></textarea>
                  <%rs.close
			   set rs=nothing%>
                  <br>
                  <input type="submit" name="Submit32222" value="提 交 更 改">
                </p>
              </div></td>
          </tr>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -