📄 index.jsp
字号:
<%@ page contentType="text/html;charset=GB2312"%>
<html>
<SCRIPT ID=clientEventHandlersJS LANGUAGE=javascript>
<!--
function creat()
{
window.form.action="reg_ok.jsp";
window.form.submit;
}
function login()
{
window.form.action="Modify_User.jsp";
window.form.submit();
}
-->
</SCRIPT>
<body>
<div align="center">
<center>
<form method="POST" name="form">
<table width="36%" height="155">
<tr>
<td width="100%" colspan="2" height="47"><b><font size="5">创建用户</font></b></td>
</tr>
<tr>
<td width="27%" height="36" valign="middle" align="right" bgcolor="#0099FF">用户名:</td>
<td width="73%" height="36" bgcolor="#0099FF" valign="middle"><input type="text" name="loginname" size="29"></td>
</tr>
<tr>
<td width="27%" height="38" valign="middle" align="right" bgcolor="#0099FF">密码:</td>
<td width="73%" height="40" bgcolor="#0099FF" valign="middle"><input type="password" name="password" size="29"></td>
</tr>
</table>
</center>
</div>
<br>
<div align="center">
<center>
<table width="30%">
<tr>
<td width="100%">
<p align="center"><input type="button" value="创 建" name="B1" size="25" onclick="creat()"></p>
<p align="center"><input type="button" value="登 陆" name="B2" size="25" onclick="login()"></a></p>
</td>
</tr>
</table>
</form>
</center>
</div>
<div align="center">
<center>
<table width="30%">
<tr>
<td width="100%">
<p align="center"><a href="Modify_User.jsp">登陆个人信息修改页面</a></p>
</td>
</tr>
</table>
</form>
</center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -