| 12345678910111213141516171819202122232425 |
- <% String v=request.getParameter("v"); %>
- <% String li=((request.getParameter("li"))!=null)?(request.getParameter("li")):"li.do";
- System.out.println("================="+li);
- li="/ynet/li.do";
- %>
- <html>
- <head>
- <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=GBK">
- <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
- <meta name="ProgId" content="FrontPage.Editor.Document">
- <title>-</title>
- </head>
-
- <frameset border="2px" frameborder="2px" framespacing="10px" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" cols="*,400">
- <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">
- <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>
- <noframes>
- <body>
- <p>此网页使用了框架,但您的浏览器不支持框架。</p>
- </body>
- </noframes>
- </frameset>
- </html>
|