xjwh.jsp~11~
资源名称:JSP02.rar [点击查看]
上传用户:top0756
上传日期:2022-08-11
资源大小:6501k
文件大小:1k
源码类别:
Jsp/Servlet
开发平台:
VBScript
- <%@ page contentType="text/html; charset=GBK" %>
- <html>
- <head>
- <title>
- jsp2
- </title>
- </head>
- <body bgcolor="#ffffff">
- <form action="login1.jsp" method="POST" name="form1">
- <table width="500" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#A5C1CC">
- <tr bgcolor="#fcd56c">
- <td height="40" colspan="2"><div align="center" ><font size="5" color="#000000"><strong>修改信息</strong></font></div></td>
- </tr>
- <tr>
- <td width="200" height="29"><div align="center">学 号:</div></td>
- <td width="300"><input name="stu_id" type="text" size="15"></td>
- </tr>
- <tr>
- <td height="35" colspan="2" bgcolor="#fcd56c"><div align="center">
- <input type="submit" name="Submit" value="确定" >
- </div></td>
- </tr>
- </table>
- </form>
- </body>
- </html>