| 12345678910111213141516171819 |
- <% String v=request.getParameter("v"); %>
- <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 cols="200,*">
- <frame style="border-style:solid;border-width:0;border-color: #0066CC;" name="left" src="/ynet/li.do?v=<%=v%>" scrolling="auto" target="right">
- <frame style="border-style:solid;border-width:0;border-color: #0066CC;" name="right" id="right" src="indexForEditItem.jsp">
- <noframes>
- <body>
- <p>此网页使用了框架,但您的浏览器不支持框架。</p>
- </body>
- </noframes>
- </frameset>
- </html>
|