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

📄 viewip.jsp

📁 java编写的简易留言本
💻 JSP
字号:
<%@ include file="config.jsp" %>
<%@ page contentType="text/html; charset=GBK" %>
<%session.setAttribute("pass",pass);%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>查看留言者IP</title>
<meta http-equiv=Content-Type content="text/html; charset=GBK">
<LINK href="<%=styleFile%>" rel=stylesheet>
</head>
<body bgcolor='#ffffff'>
<center>
<p>

<table cellpadding='4' cellspacing='0' border='0' width='50%' align='center' class="write">
<tr bgcolor="white"><Td>
	<form action="board.do" method="post">
	<input type="hidden" name="method" value="viewIp">
	<!--form action="service" method="post">
	<input type="hidden" name="method" value="BoardAction">
	<input type="hidden" name="action" value="viewIp"-->
	<input type="hidden" name="id" value="<%=request.getParameter("id")%>">
	请输入查看IP密码:<input type="password" name="inpass" >&nbsp;<input type="submit" value="查看">
	</form>
</td></tr>
</table>

<p><button onClick="javascript:window.close(this.window);">关闭窗口</button></p>
</p>
</center>
</body>
</html>

⌨️ 快捷键说明

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