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

📄 tianjiadiepian.asp

📁 自己做的一个在线光碟租售系统
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
.STYLE1 {
	font-size: xx-large;
	color: #00FF00;
}
body {
	margin-left: 70px;
	margin-right: 30px;
}
.STYLE2 {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}
.STYLE4 {font-family: "华文行楷";
	font-size: smaller;
}
.STYLE4 {font-size: 36px;
	color: #33CC66;
}
.STYLE5 {font-size: xx-large;
	font-family: "华文行楷";
	color: #00FF00;
}
.STYLE6 {font-family: "宋体";
	font-size: small;
}
.STYLE7 {color: #00FF00;
	font-size: 24px;
}
-->
</style>
</head>

<body>
<table width="779" height="555" border="1" bgcolor="#666666">
  <tr>
    <td height="91" bgcolor="#666666"><div align="center"><span class="STYLE7"><span class="STYLE5"><span class="STYLE4">欢迎进入管理主页</span></span><img src="photo/11.jpg" width="194" height="77" align="absmiddle" /></span></div></td>
  </tr>
  <tr>
    <td height="41" bordercolor="#FFFFFF" bgcolor="#999999"><div align="center" class="STYLE1 STYLE2">添加碟片信息</div></td>
  </tr>
  <tr>
    <td height="324" bgcolor="#CCCCCC"><form id="form1" name="form1" method="post" action="diepianaddfinish.asp">
      <label>
      <div align="center"><br />
        <br />
        碟片编号:
        <input name="1" type="text" id="1" />
        碟片名称:
        <input name="2" type="text" id="2" />
        <br />
        <br />
        碟片类型:
        <input name="3" type="text" id="3" />
        存放位置:
        <input name="4" type="text" id="4" />
        <br />
        <br />
        出售价格:
        <input name="5" type="text" id="5" />
        租售价格:
        <input name="6" type="text" id="6" />
        <br />
        <br />
        生产区域:
        <input name="7" type="text" id="7" />
        碟片格式:
        <input name="8" type="text" id="8" />
        <br />
        <br />
        主要演员: 
        <input name="9" type="text" id="9" />
        上市时间:
        <input name="10" type="text" id="10" />
        <br />
        <br /> 
        <br />
        <input type="submit" name="Submit" value="添加" />       
        <label>
        <input type="reset" name="Submit2" value="重设" />
          <input type="button" name="button" id="button" value="返回" onClick="window.location='loginOK.asp'"/>
        </label>
        <br />
        <br />
        <br />
        <br />
         <br />
      </div>
      </label>
    </form>    </td>
  </tr>
  <tr>
    <td height="87" bgcolor="#CCCCCC"><p align="center">注意:本网页受版权保护,任何个人或集体未经允许私自拷贝都属于违法行为,我们将采取措施。</p>
    <p align="center">@2007年12月28日</p></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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