index.jsp
上传用户:u_thks
上传日期:2022-07-31
资源大小:1910k
文件大小:2k
- <%@ page language="java" contentType="text/html;charset=UTF-8" %><%
- String mainUrl="./main.jsp";
- if(request.getParameter("url")!=null){
- mainUrl=request.getParameter("url");
- }
- %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html>
- <head>
- <title>今晚在线社区 club.GamVan.com</title>
- <link href="./GVimgs/favicon.ico" rel="Bookmark">
- <link rel="icon" href="./GVimgs/favicon.ico" type="image/x-icon" />
- <link rel="shortcut icon" href="./GVimgs/favicon.ico" type="image/x-icon" />
- <META content=今晚在线,网站,编程,程序 name=keywords>
- <META content=GAMVAN.COM name=Description>
- <META http-equiv=Content-Type content="text/html; charset=UTF-8">
- <link href="/GVinc/frameBar.css" rel="stylesheet" type="text/css" />
- </head>
- <FRAMESET rows="38,*" border="1" FRAMESPACING="0" TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0">
- <FRAME bordercolor="#98c6f3" noresize name="topLogo" src="./topLogo.jsp" scrolling="no" border="0" frameborder="no" TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" ></FRAME>
- <FRAMESET cols="160,*" framespacing="6" frameborder="1" border="1" name="tFrame" TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" >
- <frameset rows="*,25" cols="*" name="fFrame" bordercolor="#98c6f3" FRAMESPACING="0" TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0">
- <frame src="./frameBar.jsp" name="lFrame" frameborder="0" scrolling="auto" marginwidth="0" marginheight="0" bordercolor="#98c6f3" id="lFrame" topmargin="0" leftmargin="0" border="0" />
- <frame src="./frameFoot.jsp" name="bottomFrame" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" bordercolor="#98c6f3" id="bottomFrame" topmargin="0" leftmargin="0" border="0" />
- </frameset>
- </FRAME>
- <FRAME bordercolor="#98c6f3" name="rFrame" src="<%=mainUrl%>" scrolling="yes" FRAMEBORDER="no" MARGINWIDTH="0" MARGINHEIGHT="0" TOPMARGIN="0" LEFTMARGIN="0" BORDER="0"></FRAME>
- </FRAMESET>
- </FRAMESET>
- <noframes>
- <body bgcolor="#98c6f3">
- <p>你的浏览器不支持分桢页面。请使用其他浏览器!</p>
- </body>
- </noframes>
- </html>