xjwh.jsp~11~
上传用户:top0756
上传日期:2022-08-11
资源大小:6501k
文件大小:1k
源码类别:

Jsp/Servlet

开发平台:

VBScript

  1. <%@ page contentType="text/html; charset=GBK" %>
  2. <html>
  3. <head>
  4. <title>
  5. jsp2
  6. </title>
  7. </head>
  8. <body bgcolor="#ffffff">
  9.    <form action="login1.jsp" method="POST" name="form1">
  10. <table width="500"  border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#A5C1CC">
  11.     <tr bgcolor="#fcd56c">
  12.       <td height="40" colspan="2"><div align="center" ><font  size="5" color="#000000"><strong>修改信息</strong></font></div></td>
  13.     </tr>
  14.     <tr>
  15.       <td width="200" height="29"><div align="center">学  号:</div></td>
  16.       <td width="300"><input name="stu_id" type="text" size="15"></td>
  17.     </tr>
  18.     <tr>
  19.       <td height="35" colspan="2" bgcolor="#fcd56c"><div align="center">
  20.         <input type="submit" name="Submit" value="确定" >
  21.       </div></td>
  22.     </tr>
  23.   </table>
  24. </form>
  25. </body>
  26. </html>