upbutton.jsp
来自「医院信息系统(Hospital Information System」· JSP 代码 · 共 18 行
JSP
18 行
<%@page contentType="text/html; charset=GB2312"%>
<%@taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
<html>
<head>
<title>upbutton</title>
<script type="text/javascript" src="/js/upbutton.js" charset="gb2312">;</script>
</head>
<body style="margin:0px">
<logic:iterate id="showlist1" name="listButtonItems">
<input type="button" class="upButton1" value="<bean:write name="showlist1" filter="false" />" onclick="command('<bean:write name="showlist1" filter="false" />')"/>
</logic:iterate>
<input type="button" class="upButton1" value="注 销" onClick="command('注 销')"/>
<input type="button" class="upButton1" value="退 出" onClick="command('退 出')"/>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?