index.jsp
上传用户:u_thks
上传日期:2022-07-31
资源大小:1910k
文件大小:2k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

Java

  1. <%@ page language="java" contentType="text/html;charset=UTF-8"  %><%
  2. String mainUrl="./main.jsp";
  3. if(request.getParameter("url")!=null){
  4. mainUrl=request.getParameter("url");
  5. }
  6. %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  7. <html>
  8. <head>
  9. <title>今晚在线社区 club.GamVan.com</title>
  10. <link href="./GVimgs/favicon.ico" rel="Bookmark"> 
  11. <link rel="icon" href="./GVimgs/favicon.ico" type="image/x-icon" />
  12. <link rel="shortcut icon" href="./GVimgs/favicon.ico" type="image/x-icon" />
  13. <META content=今晚在线,网站,编程,程序 name=keywords>
  14. <META content=GAMVAN.COM name=Description>
  15. <META http-equiv=Content-Type content="text/html; charset=UTF-8">
  16. <link href="/GVinc/frameBar.css" rel="stylesheet" type="text/css" />
  17. </head>
  18. <FRAMESET rows="38,*" border="1" FRAMESPACING="0" TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0">
  19. <FRAME bordercolor="#98c6f3" noresize name="topLogo" src="./topLogo.jsp" scrolling="no" border="0" frameborder="no"  TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" ></FRAME>
  20. <FRAMESET cols="160,*" framespacing="6" frameborder="1" border="1" name="tFrame"  TOPMARGIN="0"  LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" >
  21. <frameset rows="*,25" cols="*" name="fFrame" bordercolor="#98c6f3"  FRAMESPACING="0" TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0">
  22. <frame src="./frameBar.jsp" name="lFrame" frameborder="0" scrolling="auto" marginwidth="0" marginheight="0" bordercolor="#98c6f3" id="lFrame" topmargin="0" leftmargin="0" border="0" />
  23. <frame src="./frameFoot.jsp" name="bottomFrame"  frameborder="0" scrolling="no" marginwidth="0" marginheight="0" bordercolor="#98c6f3" id="bottomFrame" topmargin="0" leftmargin="0" border="0" />
  24. </frameset>
  25. </FRAME>
  26. <FRAME bordercolor="#98c6f3" name="rFrame" src="<%=mainUrl%>" scrolling="yes" FRAMEBORDER="no" MARGINWIDTH="0" MARGINHEIGHT="0" TOPMARGIN="0" LEFTMARGIN="0" BORDER="0"></FRAME>
  27. </FRAMESET>
  28. </FRAMESET>
  29. <noframes>
  30. <body bgcolor="#98c6f3">
  31. <p>你的浏览器不支持分桢页面。请使用其他浏览器!</p>
  32. </body>
  33. </noframes>
  34. </html>