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

📄 impdata.asp

📁 购物系统(本版为正式商业版
💻 ASP
字号:
<%
'创建了YS表
'create table ys(
'Show_id            int,
'Show_type          int,
'Show_name          varchar(100),
'Show_yg            int,
'Show_sex           int,
'Show_photo         int
')
%>
<!--#include file="conn.asp"-->
<!--#include file="adminset.asp"-->
<%if session("admin")="" then
response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!');window.location.href='login.asp';</script>"
response.End
end if
if session("flag")>1 then
response.Write "<div align=center><font size=80 color=red><b>您没有此项目管理权限!</b></font></div>"
response.End
end if
if qx20<>1 then
response.Write "<div align=center><font size=80 color=red><b>您没有此项目管理权限!</b></font></div>"
response.End
end if
%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style></head>

<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/right_top2.gif">
  <tr>
    <td width="1%">&nbsp;</td>
    <td width="99%"><table width="100%" border="0" cellspacing="0" cellpadding="5">
        <tr>
          <td width="30%" height="26">&nbsp;<strong><font color="#000000">导入数据</font></strong></td>
          <td width="70%" align="right">&nbsp;</td>
        </tr>
    </table></td>
  </tr>
</table>
<br>
<table width="90%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#9DB2D4">
  <form name="form1" method="post" action="impdatado.asp" onsubmit="return Judge();">
    <tr bgcolor="#F0F3F8">
      <td>选择表:</td>
      <td>
        <select name="tablename" class="wenbenkuang">
          <option value="YS" selected>YS</option>
      </select>      </td>
    </tr>
    <tr bgcolor="#F0F3F8">
      <td>导入类型:</td>
      <td>
        <select name="imptype" class="wenbenkuang" >
          <option value="1" selected>直接插入</option>
          <option value="2" >先清空数据库再插入</option>
          <option value="3" >根据ID更新</option>
          <option value="4" >根据ID更新(没有就插入)</option>
      </select>      </td>
    </tr>
    <tr bgcolor="#F0F3F8">
      <td>导入提醒:</td>
      <td>
        <select name="impknow" class="wenbenkuang" >
          <option value="1" selected>导入前数据库不做备份</option>
          <option value="2" >导入前数据库做备份</option>
      </select>      </td>
    </tr>
    <tr bgcolor="#F0F3F8">
      <td>数据库位置:</td>
      <td>
        <input type="text" name="dbpos" size=20 value="shop.mdb">
      (站点的相对位置) </td>
    </tr>
    <input type="hidden" name="anclass" value="">
    <input type="hidden" name="nclass" value="">
    <tr bgcolor="#F0F3F8">
      <td height="22" colspan="2">
        <div align="center">
          <input type="submit" class="go-wenbenkuang" name="Submit" value="导 入">
      </div></td>
    </tr>
  </form>
</table>
<br>
<!--#include file="copyright.asp"-->
</body>
</html>

⌨️ 快捷键说明

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