charge.asp

来自「这是个完整的SQL SEVER与asp.net结合的医院管理系统的源代码」· ASP 代码 · 共 33 行

ASP
33
字号
<%@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>
</head>

<body  bgcolor="#CCCCCC">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="button"  value="搜索" name="find1" height="20" width="50" maxlength="20"  border="true"/>
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="button" value="收费" name="charge" height="20" width="50" maxlength="20"  border="true"/>
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="button" value="退出" name="quit" height="20" width="50" maxlength="20"  border="true"/><br />
  
<hr  color="#666666" size="3" /><br />
划价编号: 
<input type="text" size="10" height="18" name="project_pin" />
	 &nbsp;&nbsp;姓名:  
	 <input type="text" size="10" height="18" name="project_no" />
 
&nbsp;&nbsp;开始时间:
<label>
<input type="text" name="project_name" height="18" size="10" />
&nbsp;&nbsp;结算时间:  
<input type="text" size="10" height="18" name="project_no" /><br /><br /><br />
<iframe src="clinic_register.asp" id="clinic_register" width="80%" height="200"></iframe>
<br /><br /><br /><br />
<iframe src="clinic_pay.asp" id="pay1" width="80%" height="200"></iframe>

 
</label>
</body>
</html>

⌨️ 快捷键说明

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