📄 bulletin.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" errorPage="error.jsp" %><%@ include file="initialization.jsp" %><%long bulletinID=Long.parseLong(request.getParameter("bulletinID"));ResultSet rs=mysql.getResultSet("select * from bulletin where bulletinID='"+bulletinID+"';");if(rs==null||rs.next()){ out.print("<script language='JavaScript'>alert('找不到相应的公告!');</script>"); out.print("<script language='JavaScript'>window.location='index.jsp';</script>"); } %><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><link type="text/css" href="css/link.css" rel="stylesheet"><link type="text/css" href="css/text.css" rel="stylesheet"><link type="text/css" href="css/form.css" rel="stylesheet"><title>公告信息</title></head><body><table width="540" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="middle" align="center"><TABLE height=128 cellSpacing=0 width="99%" border=0> <TBODY> <TR> <TD width="169%" height=8> 您当前的位置 :<A href="index.jsp" class="blue-yellow">首页</A> > <A href="index.jsp" class="blue-yellow"><%= rs.getString("title") %></A> </TD> </TR> <TR vAlign=center> <TD width="169%" height="50" bgColor=#f9fcff ><P align=center class="black_24"><%= rs.getString("title") %></P></TD> </TR> <TR> <TD width="169%" bgColor=#f9fcff height=6> <HR style="BORDER-RIGHT: #7cad26 1px dotted; BORDER-TOP: #7cad26 1px dotted; BORDER-LEFT: #7cad26 1px dotted; BORDER-BOTTOM: #7cad26 1px dotted" width="98%" color=#9db79d SIZE=1> </TD> </TR> <TR> <TD width="169%" bgColor=#f9fcff height=21 valign="top"> <DIV> <P class="black"> <%= text.textToHtml(rs.getString("content")) %> </P> </DIV> </TD> </TR> <TR> <TD width="169%" bgColor=#f9fcff height=31><P align=center> <A class=a_black href="javascript:window.close();" target=_self>【关闭窗口】</A> </P></TD> </TR> <TR> <TD width="169%" bgColor=#f9fcff height=5> <HR style="BORDER-RIGHT: #7cad26 1px dotted; BORDER-TOP: #7cad26 1px dotted; BORDER-LEFT: #7cad26 1px dotted; BORDER-BOTTOM: #7cad26 1px dotted" width="98%" color=#9db79d SIZE=1> </TD> </TR> </TBODY></TABLE></td> </tr></table></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -