viewip.jsp

来自「java编写的简易留言本」· JSP 代码 · 共 33 行

JSP
33
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?