⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 forum.jsp

📁 一个不错的bbs论坛系统.对初学者很有帮助
💻 JSP
字号:
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%><%@ include file="comm/header.jsp"%>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>论坛帖子列表</title>
<script language="JavaScript">
  function menu(){
    var url = document.jump.jumpcf.options[document.jump.jumpcf.selectedIndex].value;
    location.href = url;
  }

  function adminshow(){
    var url = document.jumpca.jumpca.options[document.jumpca.jumpca.selectedIndex].value;
    location.href = url;
  }
  function showmore() {
      if (flag.innerText == "打开在线列表") {
         online.style.display = "";
         flag.innerText="关闭在线列表"
     }
     else{
         online.style.display = "none";
         flag.innerText="打开在线列表";
     }
   }
   
	function ArtReplays(cid,fid,aid,curPage){
	var targetImg =document.getElementById("followImg"+aid);
	var targetDiv =document.getElementById("followTr"+aid);
	/**if (targetImg.src.indexOf("class1")!=-1){return false;} */
	if(curPage==0){
		if ("object"==typeof(targetImg)){
			if (targetDiv.style.display!='block'){
				targetDiv.style.display="block";
				targetImg.src="webapp/images/class1.gif";
				if (targetImg.loaded=="no"){
					document.frames["hiddenframe"].location.replace("ForumTree.htm?cId="+cid+"&fId="+fid+"&aId="+aid+"&curPage="+curPage);
				}
			}else{
				targetDiv.style.display="none";
				targetImg.src="webapp/images/class0.gif";
			}
		}
	}else{
		document.frames["hiddenframe"].location.replace("ForumTree.htm?cId="+cid+"&fId="+fid+"&aId="+aid+"&curPage="+curPage);
	}
	}
	
</script></head><body>
<div class="tabwidth"><yhbbs:mainHead /></div>
<div class="tabwidth"><yhbbs:announce /></div>
<div class="tabwidth"><yhbbs:onLine /></div>
<div class="tabwidth"><yhbbs:forumList /></div>
<div class="tabwidth"><yhbbs:forumJump /></div>
<div class="tabwidth"><yhbbs:footer /></div>
</body></html>
<iframe width="0" height="0" src="" id="hiddenframe"></iframe>

⌨️ 快捷键说明

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