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

📄 mod.asp

📁 一套很早的多用户电子商务程序
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="check_user.asp"-->
<%
P_shop=request.cookies("sp_name")
set rs=server.createobject("adodb.recordset")
sqltext="select * from shop where shop_name1='"&p_shop&"' "
rs.open sqltext,conn,3,3
moban=rs("moban")
rs.close:set rs=nothing
%>
<html>
<head>
<STYLE>BODY {
	FONT-SIZE: 10pt
}
TD {
	FONT-SIZE: 10pt; LINE-HEIGHT: 150%
}
A {
	TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: underline
}
.blueone {
	CURSOR: move; FILTER: blur(add=ture,direction=80,strength=10); WIDTH: 550px;FILTER: glow(color=blue,strength=10);FONT-SIZE: 20pt;color:#FFFFFF;LINE-HEIGHT: 200%
}
</STYLE>
<script language="javascript"></script>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body background="../pic/user/bg.jpg">
<form name="form1" method="post" action="webupdate_save.asp">

  <table width="96%" border="0" cellspacing="4" cellpadding="0">
    <tr> 
      <td width="24%" height="100">&nbsp;</td>
      <td width="24%"><div align="center"><img src="../IMAGES/mod1.gif" width="150" height="118"></div></td>
      <td width="24%"><div align="center"><img src="../IMAGES/mod2.gif" width="150" height="118"></div></td>
      <td width="28%">&nbsp;</td>
    </tr>
    <tr> 
      <td height="26">&nbsp;</td>
      <td><div align="center"> 
          <input type="radio" name="moban" value="101" <%if moban="101" then response.Write("checked")%>>
          选择此模板</div></td>
      <td> <div align="center"> 
          <input type="radio" name="moban" value="102" <%if moban="102" then response.Write("checked")%>>
          选择此模板</div></td>
      <td>&nbsp;</td>
    </tr>
    <tr> 
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr> 
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr> 
      <td>&nbsp;</td>
      <td colspan="2"> <div align="center"> 
          <INPUT type="hidden" name="up" value="mod">
          <input type="submit" name="Submit" value="更新网站模">
        </div></td>
      <td>&nbsp;</td>
    </tr>
  </table>
</form>
</body>
</html>

⌨️ 快捷键说明

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