jsp 怎么实现生成html文件分页呢类拟于泡泡的http://pop.pcpop.com/default.aspx的分页,急求,思路或者代码都行...

解决方案 »

  1.   

    跟jsp没关系,是HTML标签的iframe
      

  2.   

    首页源码:<html><head><title>社区_泡泡俱乐部</title>

    <meta name="keywords" content="泡泡社区,泡泡论坛,手机论坛,考研论坛,亲亲社区,无聊社区,北京社区,上海社区,广东社区,小说社区,两性问答社区,生理问答社区,心理问答社区,BT论坛,MP3论坛,MM论坛,贴图社区,美女社区,泡泡俱乐部,同城论坛,交友社区">
    <meta name="description" content="最大华语在线社区">
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <meta http-equiv="Content-Language" content="zh-cn"></head><frameset rows="53,*" border="0" frameborder="0" framespacing="0">
    <frame name="poptoolsbar" src="/top.aspx?area=&amp;areaID=0" frameborder="no" framespacing="0" border="0" scrolling="no">
    <frameset cols="510,12,*" id="myFrame">
    <frameset rows="*,24"> <frame name="popforum" src="/ListFrame.aspx?areaID=0" target="right" scrolling="auto">
    <frame name="popuserinfo" src="/LeftBottom.aspx" target="_self" scrolling="no">
    </frameset>
    <frame name="midFrame" noresize="noresize" src="/middle.htm" frameborder="0" scrolling="no">
    <frame name="popmain" src="/Right2.aspx" scrolling="yes">
    </frameset>
    <noframes>
    <body> 
    <p><a href="http://pop.pcpop.com/List-1.html">列表页面</a>
    <p><a href="http://pop.pcpop.com/top.aspx">工具条</a></p>
    </body>
    </noframes>
    </frameset>
    </html>
    学下html的frameset吧
      

  3.   

    frameset吧?还以为什么分页呢。
      

  4.   

    如果是一篇文章的内容分页,我也不知道怎么处理那些<table></table>之类的标签,因为截断可能会变形;如果是不同文章的话,你只需要注意他的上一页和下一页,或者页码处,把他的链接地址替换上去,<a href=$lastpage$>上一页</a>,把那个标志替换成上一篇的地址,上一篇是哪一篇你肯定知道的.