EditGroupIndex.jsp 887 B

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