📄 commenok.jsp
字号:
<%@ page contentType="text/html; charset=GBK"%>
<%@ page language="java" import="java.util.*,popten.web.*" %>
<%@ page errorPage="error.jsp" %>
<html>
<head>
<title>发表评论成功</title>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<link rel="stylesheet" type="text/css" href="style/style.css">
</head>
<body>
<%
if(request.getParameter("commen_content").trim()!=null && !request.getParameter("commen_content").trim().equals("") && request.getParameter("news_id").trim()!=null && !request.getParameter("news_id").trim().equals("") && request.getParameter("news_title").trim()!=null && !request.getParameter("news_title").trim().equals("")){
Commen.addCommen(request.getParameter("commen_content"),request.getParameter("news_id"), request.getParameter("news_title"));
%>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" height="80%">
<tr>
<td width="100%" align="center"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="560" bgcolor="#f2f8ff">
<tr>
<td width="15" class="td4">
<img border="0" src="img/null.gif" width="2" height="2"></td>
<th width="525" class="td5">
<img border="0" src="img/null.gif" width="2" height="2">系统信息</th>
<td width="20" class="td6">
<img border="0" src="img/jiao3.gif" width="20" height="20"></td>
</tr>
<tr>
<td width="100%" colspan="3" class="td7" align="center"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width=98%>
<tr>
<td width="100%"><b>详细信息:</b><p>□您的高论发表成功!</p>
</td>
</tr>
<tr>
<td width="100%" align="center"><br><br>
<a href=""><img src="img/button-back.gif" name="Submit" class="button"><br></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15">
<img border="0" src="img/jao5.gif" width="15" height="15"></td>
<td width="525" class="td8">
<img border="0" src="img/null.gif" width="2" height="2"></td>
<td width="20" class="td9">
<img border="0" src="img/null.gif" width="2" height="2"></td>
</tr>
</table></td>
</tr>
</table>
<%}
else{%>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" height="80%">
<tr>
<td width="100%" align="center"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="560" bgcolor="#f2f8ff">
<tr>
<td width="15" class="td4">
<img border="0" src="img/null.gif" width="2" height="2"></td>
<th width="525" class="td5">
<img border="0" src="img/null.gif" width="2" height="2">系统信息</th>
<td width="20" class="td6">
<img border="0" src="img/jiao3.gif" width="20" height="20"></td>
</tr>
<tr>
<td width="100%" colspan="3" class="td7" align="center"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width=98%>
<tr>
<td width="100%"><b>详细信息:</b><p>□您的高论不能为空</p>
</td>
</tr>
<tr>
<td width="100%" align="center"><br><br>
<img src="img/button-back.gif" name="Submit" class="button" onclick="javascript:history.go(-1)"><br></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15">
<img border="0" src="img/jao5.gif" width="15" height="15"></td>
<td width="525" class="td8">
<img border="0" src="img/null.gif" width="2" height="2"></td>
<td width="20" class="td9">
<img border="0" src="img/null.gif" width="2" height="2"></td>
</tr>
</table></td>
</tr>
</table>
<%}%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -