list-index.jsp 1.0 KB

12345678910111213141516171819202122232425
  1. <% String v=request.getParameter("v"); %>
  2. <% String li=((request.getParameter("li"))!=null)?(request.getParameter("li")):"li.do";
  3. System.out.println("================="+li);
  4. li="/ynet/li.do";
  5. %>
  6. <html>
  7. <head>
  8. <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=GBK">
  9. <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
  10. <meta name="ProgId" content="FrontPage.Editor.Document">
  11. <title>-</title>
  12. </head>
  13. <frameset border="2px" frameborder="2px" framespacing="10px" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" cols="*,400">
  14. <frame borde="0" scrolling="yes" frameborde="no" style="border-style:solid;border-width:0px;border-color: #0066CC;" name="left" src="<%=li%>?v=<%=v%>" scrolling="auto" target="right">
  15. <frame borde="0" scrolling="yes" frameborde="no" style="border-style:solid;border-width:0px;border-color: #0066CC;" name="right" id="right" src="yw/conf/content/list-right.jsp" noresize1>
  16. <noframes>
  17. <body>
  18. <p>此网页使用了框架,但您的浏览器不支持框架。</p>
  19. </body>
  20. </noframes>
  21. </frameset>
  22. </html>