📄 project.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>
</head>
<body bgcolor="#CCCCCC">
<form id="form1" action="findproject.asp" method="post">
<p><font face="宋体" color="#660000" size="+5">
<input type="button" value="基础维护" name="dictionary" height="20" width="50" maxlength="20" border="true"/>
<input type="button" value="门诊管理" name="clinic" height="20" width="50" maxlength="20" border="true"/>
</font>
<font face="宋体" color="#660000" size="+5">
<input type="button" value="院长查询" name="query" height="20" width="50" maxlength="20" border="true"/>
<input type="button" value="退出" name="quit" height="20" width="50" maxlength="20" border="true"/>
</font></p>
<hr color="#666666" size="3" />
<p> 增加条目菜单</p>
<hr color="#666666" size="3" />
<input type="submit" name="find" value="搜索" onclick="finddrug.asp"/>
拼音码: <input type="text" size="8" height="18" name="project_pin" />
编号: <input type="text" size="15" height="18" name="project_no" />
名称:
<label>
<input type="text" name="project_name" height="18" size="15" />
</label>
<p><br />
<br />
<br />
药品目录:
</p>
<iframe src="projectdislpay.asp" id="project" width="80%" height="200"></iframe>
<hr color="#666666" size="3" />
<p>搜索结果:</p>
编号: 名称: 拼音码: 费用: 费用分类: 病种分类: <br />
<br /> <input type="text" id="pro1"size="10" height="18" name="project_no" /> <input type="text" id="pro2" size="15" height="18" name="projects_name" />
<input type="text" id="pro3" size="8" height="18" name="projects_pin" /> <input type="text" id="pro4" size="8" height="18" name="projects_fee" /> <input type="text" id="pro5" size="8" height="18" name="fee_sort" /> <input type="text" id="pro6" size="8" height="18" name="desease_sort" />
<p> <br />
<br />
备注: <br /><br /><input type="text" id="pro7" size="100" height="18" name="remark" />
</p>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -