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

Jsp/Servlet

开发平台:

VBScript

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