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

📄 newold.jsp

📁 “JSP数据库项目案例导航”一书从第一章到第十一章各章实例的源程序文件以及数据库文件。 注意: 1. 本书中的案例提供的数据库环境不同
💻 JSP
📖 第 1 页 / 共 2 页
字号:
            <td height="20" class="title_s"><div align="center">政治面貌:</div></td>
            <td height="20">
              <div align="left">
                  <select name="politics" id="politics">
                    <option value="0">请选择</option>
                    <option value="1">中共党员</option>
                    <option value="2">共青团员</option>
                    <option value="3">民主党派</option>
                    <option value="4">无党派人士</option>
                    <option value="5">群众</option>
                  </select>
              </div></td></tr>
          <tr>
            <td height="20" class="title_s"><div align="center">身份证号:</div></td>
            <td height="20">
              <div align="left">
                <input name="certid" type="text" id="certid">
              </div></td></tr>
          <tr>
            <td height="20" class="title_s"><div align="center">毕业学校:</div></td>
            <td height="20">
              <div align="left">
                <input name="fromschool" type="text" id="fromschool">
              </div></td></tr>
          <tr>
            <td height="20" class="title_s"><div align="center">毕业时间:</div></td>
            <td height="20">
              <div align="left">
                <input name="schooltime" type="text" id="schooltime" readonly>
               <script src="../SelectDate/calendar.js"></script>
                <a onClick="fPopUpDlg('../SelectDate/calendar.htm',document.all.schooltime, 'winpop', 172, 210);"><img src="../SelectDate/datetime.gif" border=0 width="16" height="16" style="cursor:hand"></a></div></td></tr>
          <tr>
            <td height="20" class="title_s"><div align="center">出生日期:</div></td>
            <td height="20">
              <div align="left">
                <input name="birth" type="text" id="birth" readonly>
                
               <script src="../SelectDate/calendar.js"></script>
                <a onClick="fPopUpDlg('../SelectDate/calendar.htm',document.all.birth, 'winpop', 172, 210);"><img src="../SelectDate/datetime.gif" border=0 width="16" height="16" style="cursor:hand"></a></div></td></tr>
          <tr>
            <td height="20" class="title_s"><div align="center">籍&nbsp; &nbsp;&nbsp;贯:</div></td>
            <td height="20">
              <div align="left">
                <input name="addr" type="text" id="addr">
              </div></td></tr>
          <tr>
            <td height="20" class="title_s"><div align="center">所学专业:</div></td>
            <td height="20">
              <div align="left">
                <input name="speciality" type="text" id="speciality">
              </div></td></tr>
          <tr>
            <td height="20" class="title_s"><div align="center">学&nbsp;&nbsp;&nbsp;历:</div></td>
            <td height="20">
              <div align="left">
                <input name="education" type="text" id="education">
              </div></td></tr>
          <tr>
            <td height="20" class="title_s"><div align="center">职&nbsp;&nbsp;&nbsp;称:</div></td>
            <td height="20">
              <div align="left">
                <input name="post" type="text" id="post">
              </div></td></tr>
          <tr>
            <td height="20" class="title_s"><div align="center">办公电话:</div></td>
            <td height="20">
              <div align="left">
                <input name="officetel" type="text" id="officetel">
              </div></td></tr>
          <tr>
            <td height="20" class="title_s"><div align="center">移动电话:</div></td>
            <td height="20">
              <div align="left">
                <input name="mobile" type="text" id="mobile">
              </div></td></tr>
          <tr>
            <td height="20" class="title_s"><div align="center">家庭电话:</div></td>
            <td height="20">
              <div align="left">
                <input name="hometel" type="text" id="hometel">
              </div></td></tr>
          <tr>
            <td height="20" class="title_s"><div align="center">电子邮件:</div></td>
            <td height="20">
              <div align="left">
                <input name="email" type="text" id="email">
              </div></td></tr>
          <tr>
            <td height="20" class="title_s"><div align="center">所在学院:</div></td>
            <td height="20">
              <div align="left">
			  <select name="college" id="college" onchange="gochange()">

			  <option value="0">请选择</option>
			   <%
				for(int i=0;i<collegesize;i++){
				%>
					<option value=<%= collegeid[i] %>><%= collegename[i] %></option>
                <%
				 }
			    %>

			  </select> *
              </div>
			</td>
		</tr>

          <tr>
            <td height="20" class="title_s"><div align="center">所在梯队:</div></td>
            <td height="20">
              <div align="left">
                  <select name="group" id="group">
				  <option value="0">请选择</option>
				  <script>
				  //for(var j=0;j<groupid[0].length;j++){
					//document.write("<option value="+groupid[0][j]+">"+groupname[0][j]+"</option>");
				  //}
				  </script>
                  </select> *
              </div>
			 </td>
		  </tr>
          <tr>
            <td height="20" class="title_s"><div align="center">所在科室:</div></td>
            <td height="20">
              <div align="left">
                  <select name="department" id="department">
				  <option value="0">请选择</option>
				  <script>
				  //for(var j=0;j<departmentid[0].length;j++){
					//document.write("<option value="+departmentid[0][j]+">"+departmentname[0][j]+"</option>");
				 // }
				  </script>
                  </select> *
              </div>
			  </td>
		  </tr>
          <tr>
            <td height="20" class="title_s"><div align="center">科研方向:</div></td>
            <td height="20">
              <div align="left">              
                <input type=text name=txt_fxmc size=20 readonly>
                <input class="text" type="hidden" name="orient" size="20" readonly value="" >
                <input name="button" type="button" style="background-color:#2969b5;color:#ffffff;border-style:solid;border-color:#2969b5;cursor:hand" onclick="window.open('../SelectOrient/stepMemRight.jsp?txt_rybh=orient&txt_rymc=txt_fxmc','mem','height=400,width=400,toolbar=no,menubar=no,location=no,resizable=no,directories=no,status=yes,scrollbars=yes,dependent=no,left=200,top=200');" value="选择科研方向">
              </div></td></tr>
          <tr>
            <td height="20" class="title_s"><div align="center">纵向项目:</div></td>
            <td height="20">
              <div align="left">
                  <select name="project" id="project">
				  <option value="0">请选择</option>
				  			   <%
	for(int i=0;i<db.getCount("project");i++){
	%>
                <option value=<%= db.getAttributeStr("project.id",i) %>><%= db.getAttributeStr("project.name",i) %></option>
                <%
	  }
	  %>
                  </select>
              </div></td></tr>
          <tr>
            <td height="20" class="title_s"><div align="center">横向课题:</div></td>
            <td height="20">
              <div align="left">
                  <select name="tasks" id="tasks">
				  <option value="0">请选择</option>
				  			   <%
	for(int i=0;i<db.getCount("tasks");i++){
	%>
                <option value=<%= db.getAttributeStr("tasks.id",i) %>><%= db.getAttributeStr("tasks.name",i) %></option>
                <%
	  }
	  %>
                  </select>
              </div></td></tr>
          <tr>
            <td height="20" class="title_s"><div align="center">业绩考核:</div></td>
            <td height="20">
              <div align="left">
                  <textarea name="prize" id="prize"></textarea>
              </div></td></tr>
          <tr>
            <td height="20" class="title_s"><div align="center">备&nbsp;&nbsp;&nbsp;&nbsp;注:</div></td>
            <td height="20">
              <div align="left">
                  <textarea name="descs" id="descs"></textarea>
              </div></td></tr>
          <tr>
            <td height="20" colspan="2" class="title_s">
              <div align="center">
                <button onclick="javascript:go();">提交</button>
                <input type="reset" name="Submit2" value="重置">
              </div></td>
          </tr>
      </table></td>
      <td width="50">&nbsp;</td>
    </tr>
  </table>
</form>
</body>
</html>
<%
myBean.closeConn ( ) ;
%>

⌨️ 快捷键说明

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