deluser.htm
来自「jsp-公司管理系统-注册、会员管理等功能」· HTM 代码 · 共 35 行
HTM
35 行
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>删除注册用户</title>
</head>
<body>
<p align="center"><font face="仿宋_GB2312"><b>注册用户删除</b></font></p>
<form method="POST" action="del.jsp">
<div align="center">
<center>
<table border="0" width="526" height="69">
<tr>
<td width="526" height="28" bgcolor="#FFD9FF">
<p align="center"><font face="仿宋_GB2312">所删除的用户:<input type="text" name="username" size="20"></font></td>
</tr>
<tr>
<td width="526" height="29" bgcolor="#FFC7AC">
<p align="center"><font face="仿宋_GB2312"><input type="submit" value="删 除" name="B1">
<input type="reset" value="Reset" name="B2"></font></td>
</tr>
</table>
</center>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?