?? bbs.jsp
字號:
<%@ page contentType="text/html;charset=gb2312" %>
<%@ include file="check.jsp" %>
<HTML><HEAD>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate">
<meta http-equiv="refresh" content="60;url=bbs.jsp">
<meta http-equiv="expires" content="wed, 26 Feb 1997 08:21:57 GMT">
<title>討論中心</title>
<script language="JavaScript" src="MM_script.js"></script>
<LINK href="oa.css" rel=stylesheet>
</HEAD>
<BODY bgColor=#d6d3ce leftMargin=0 onload="MM_preloadImages('images/more_on.gif','images/newarticle_on.gif','images/manage_on.gif','images/delete_on.gif','images/search_on.gif')"
style="BACKGROUND-ATTACHMENT: scroll; BACKGROUND-POSITION: left bottom; BACKGROUND-REPEAT: no-repeat" topMargin=0
oncontextmenu=self.event.returnValue=false;showmenu() >
<%@ include file="rightmenu.jsp" %>
<%
showdata.Init("討論中心","bbs","bbs.jsp","bbsedit.jsp","Subject",10,login.userGrade(request),'a',"SubjectId=99999999");
showdata.show(request,response);
%>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -