cxtj.jsp

来自「structejbmysql开发工程源码」· JSP 代码 · 共 33 行

JSP
33
字号
<%@ page contentType="text/html;charset=gb2312" %>
<%@ page session="true" %>
<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
<%@ taglib uri="/tags/struts-html" prefix="html" %>
<%@ taglib uri="/tags/struts-logic" prefix="logic" %>
<bean:define id="cxtjid" type="data.ChaXunData" name="CHAXUNDATA" scope="session"/>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>chaxun</title>
</head>
<body>
<form method="POST" action="cx.do">
  <p>ChaXunXueShengChengJi</p>
  <label for="input1">
  <p><input type="radio" id="input1"  name="input" value="input1" onclick=""
  />XueHao:<html:text name="cxtjid" property="id"/></p></label>
  <label for="input2">
  <p><input type="radio" id="input2" name="input" value="input2" onclick=""/>
  XingMing:<html:select name="cxtjid" property="name" size="1">
           <html:options name="cxtjid"  property ="nameList"/>
           </html:select></p></label>
  <label for="input3">
  <p><input type="radio" id="input3" name="input" value="input3" onclick=""/>
  KeCheng:<html:select name="cxtjid" property="course" size="1">
          <html:options name="cxtjid" property ="courseList" />
          </html:select></p></label>
  <html:submit property="search" value="ChaXun"/>
  <html:reset property="reset" value="ChongXie"/>
</form>
</body>
</html>

⌨️ 快捷键说明

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