viewip_success.jsp

来自「struts spring hibernate制作的留言本」· JSP 代码 · 共 21 行

JSP
21
字号
<%@ include file="config.jsp" %>
<%@ page contentType="text/html; charset=GBK" %>
<!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>

ID为<%=request.getAttribute("id")%>的留言IP为:<%=request.getAttribute("ip")%>
<p><button onClick="javascript:window.history.back(-1);">返回</button></p>

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

⌨️ 快捷键说明

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