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

📄 expense_type.asp

📁 客户管理crm xitong ,希望能给你带来帮助
💻 ASP
字号:
<html>
<head>
<title>反馈状态字典</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../cssD.css" rel=stylesheet>
</head>

<body bgcolor="#FFFFFF" text="#000000" onunload="unload();">
<form name="form1" method="post" action="Expense_Typelist.asp" target="Expense_Typelist">
<table width="100%" border="1" cellspacing="0" cellpadding="2" bordercolorlight='#000000' bordercolordark='#FFFFFF'>
  <tr> 
      <td colspan="2" height="30"><font color="#990000"><b>查询:</b></font>拼音码 
        <input type="text" name="PY_Code" maxlength="10" size="10" class="input">
        费用类型
        <input type="text" name="Expense_Type" maxlength="20" size="10" class="input">
        <input type="submit" name="Submit" value="  查 询  " class="button">
        <input type="hidden" name="addnew" value="">
      </td>
  </tr>
  <tr> 
      <td width="72%" height="354">
	  <iframe src="Expense_Typelist.asp" width="100%" height="100%" border=0 name="Expense_Typelist"></iframe>
	  </td>
      <td width="28%" height="354" align="center">
        <input type="button" name="Submit2" value="    浏  览    " class="button" style="height:25" onclick="Expense_Typelist.document.location.href='Expense_Typelist.asp';">
        <br><br>
        <input type="button" name="Submit2" value="    增  加    " class="button" style="height:25" onclick="Expense_Typelist.document.location.href='addExpense_Type.asp';"><br><br>
        <input type="button" name="Submit2" value="    删  除    " class="button" style="height:25" onclick="Expense_Typelist.document.form1.meth.value='del';Expense_Typelist.document.form1.submit();"><br><br>
        <input type="button" name="Submit2" value="    修  改    " class="button" style="height:25"><br><br><br>
        <input type="button" name="Submit2" value="    退  出    " class="button" style="height:25" onclick="window.close();"><br><br>
      </td>
  </tr>
</table>
</form>
</body>
</html>
<script>
	function unload()
	{
		if(opener.document.form1.Regarding.value!="" && document.form1.addnew.value=="1")
		{
			opener.document.form1.submit();
		}
	}
</script>

⌨️ 快捷键说明

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