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

📄 relexpenseprint.asp

📁 1 除掉了 时间 限制 2 除掉了 人数 限制 改为 500人 原为5人 3 发现一点小缺陷 增加人员的时候没有判断 登陆名是否重复! 自己写吧~~~:) 4 又 是一点缺陷
💻 ASP
字号:
<!--#include file="../config.ini" -->
<!--#include file="../commfunction.inc" -->
<html>
<head>
<LINK href="../global.css" rel=STYLESHEET type=text/css>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>相关费用打印</title>
</head>
<body leftmargin="10" rightmargin="10" topmargin="10">
<%'费用打印#############################################################################################################%>
<script language=javascript>
function formPrint_submit()
{
if (form1.expenseno.value=='')
{
        alert('请选择费用!');
        form1.expenseno.focus();
        return;
}
	window.open("expenseprint.asp?expenseid="+form1.selexpenseid.value,"","toolbar=no,scrollbars=yes,location=no,status=no,menubar=no,width=500,height=350,top=100,left=100")
	//window.location="orderprint.asp?orderid="+form1.order.value;
	   	window.close();
}
</script>
<form name="form1" method="post" action="">
 <input type=hidden name=type value="<%=request("type")%>">
  <table width="100%" height="30" border="0" cellpadding="0" cellspacing="0">
    <tr> 
      <td height="25"><strong><font class=title>费用打印</font></strong> </td>
    </tr>
    <tr > 
      <td height="16" colspan="3" background="../images/title.gif">&nbsp;</td>
    </tr>
    <tr>
      <td height=4></td>
    </tr>
  </table>
  <table width="100%" border="0" cellpadding="0" cellspacing="1">
    <tr> 
      <td width=10% height=20 align=center nowrap bgcolor="DEDFDE">费用编号</td>
      <td height=20 bgcolor="EFEFEF"> 
        <input name="selexpenseid" type="hidden" size="8" value=""> 
        <input name="expenseno" type="text" size="16" value="" readonly> 
        <input type="button" name="bnexpense" onClick="JavaScript:opensubwin2('form1','expenseno','expenseid')"    value=... class=black></div> 
      </td>
	  <td width=5% bgcolor="FFFFFF">
		<a href="javascript:formPrint_submit();"><img src="../images/button_print.gif" border=0 align="absmiddle"></a>
	  </td>
	  </tr>
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

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