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

📄 addcareer.jsp

📁 一个关于商业的网站
💻 JSP
字号:
<% String positId = request.getParameter("positionId");%>
<jsp:include page="../header.jsp" flush="true"/>
<script language=javascript>
 function checkInput(){
   if(document.form1.positionName.value == ""){
     alert("Please input the PositionName!");
     document.form1.positionName.focus();
     return false;
   } 
 }
</script>
<b> >> Position Information <a href="browsecareer.jsp">>>Position Management</a></b> 
<br>
<br>
  <TABLE border="0" width="100%">         
<form action="insertposition.jsp" name="form1" method="POST" onSubmit="return checkInput()">          
    <tr>         
      <td width="100%" align = center><b>Please put in the position information:</b><font  style="FONT-FAMILY: ; FONT-SIZE: 10pt" color="#FF0000">(*request)</font></td>        
    </tr>        
    <tr>        
      <td width="100%">        
        <table border="0" width="100%" height="113">        
          <tr>        
            <td width="15%" height="18" align=right><font  style="FONT-FAMILY: ; FONT-SIZE: 10pt" color="#000080">PositionName:</font></td>        
            <td width="85%" height="18"><input type="text" name="positionName" size="40"><font color="#FF0000">*</font></td>       
          </tr>       
          <tr>       
            <td width="15%" height="18" align=right><font  style="FONT-FAMILY: ; FONT-SIZE: 10pt" color="#000080">PositionDetail:</font></td>        
            <td width="85%" height="18"><textarea rows="8" name="positionDetail" cols="40"></textarea><font color="#FF0000"></font></td>       
          </tr>       
          <tr>       
            <td width="15%" height="18" align=right><font  style="FONT-FAMILY: ; FONT-SIZE: 10pt" color="#000080">PositionRequest:</font></td>       
            <td width="85%" height="18"><textarea rows="8" name="positionRequest" cols="40"></textarea><font color="#FF0000"></font></td>       
          </tr>       
        </table>      
      </td>      
    </tr>      
    <tr>      
      <td width="100%">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;      
        <input type="submit" value="submit" name="sendData" >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;      
        <input type="reset" value="reset" name="clear">
      </td>     
    </tr>     
</form>    
  </TABLE>     
<jsp:include page="../footer.jsp" flush="true"/>

⌨️ 快捷键说明

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