📄 receipt.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="conn.asp"-->
<!--#include file="admin.asp"-->
<!--#include file="Inc/Function.asp"-->
<!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">
<!--
body,td,th {
font-size: 12px;
}
.border {
border: 1px dashed #999999;
}
.STYLE1 {color: #FFFFFF}
-->
</style>
<link href="style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.style9 { font-size: 16px;
color: #000000;
font-weight: bold;
}
.tit1 { font-size: 13px;
font-weight: bold;
color: #000000;
}
-->
</style>
<script src="date.js"></script>
<iframe id="CalFrame" style="DISPLAY: none; Z-INDEX: 100; WIDTH: 145px; HEIGHT: 187px; position: absolute" marginWidth="0" marginHeight="0" frameBorder="0" noResize scrolling="no" src="cal.htm"></iframe>
</head>
<body>
<table width="88%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#006699" class="border">
<form action="receipt_save.asp" method="post" name="frmorder"> <tr>
<td height="18" colspan="2" align="center" bgcolor="#006699"><span class="STYLE1">返件回执</span></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF"> 收件日期</td>
<td height="22" bgcolor="#FFFFFF">
<input name="shoujianriqi" type="text" id="shoujianriqi" value="<%=date%>" size="12" />
<a href="javascript:ShowCalendar(document.frmorder.dimg3,document.frmorder.shoujianriqi,null,0,330)" target="_self"><img id="dimg3" style="POSITION: relative; left: -1px;" src="image/cal.gif" border="0" align="absmiddle" />
<input name="id" type="hidden" id="id" value="<%= request("id") %>" />
</a></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF"> 退回单据号</td>
<td height="22" bgcolor="#FFFFFF">
<input name="tuidanhao" type="text" id="tuidanhao" /></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF"> 退回数量</td>
<td height="22" bgcolor="#FFFFFF">
<input name="tuihuishuliang" type="text" id="tuihuishuliang" /></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF"> </td>
<td height="22" bgcolor="#FFFFFF"><label>
<input type="submit" name="Submit" value="提交" />
<input type="reset" name="Submit2" value="重置" />
</label></td>
</tr></form>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -