⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 existusername.jsp~5~

📁 一个由B/S做的宠物医院
💻 JSP~5~
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%
String uname=(String)request.getAttribute("uname");
%>
<html>
<head>
<title>
ExistUsername
</title>
<style type="text/css">
<!--
.style1 {
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}
.style2 {font-size: 12px}
-->
</style>
</head>
<body>
<center>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr> <td align="center"><span class="style2">对不起,用户名<b><%=uname %></b> 已经存在了 !<br>请重新选择试试吧:)</span><span class="style1"><br>
<br>
<br>
<input name="Submit" type="submit" class="style1" value="  关闭窗口  " onClick="javascript:window.close()">
</span></td></tr>
</table>
<br>
</center>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -