| 发表于:2007-05-22 16:44:05 楼主 |
<%@ page language= "java " import= "java.util.* " pageencoding= "gb18030 "%> <% string path = request.getcontextpath(); string basepath = request.getscheme() + ":// " + request.getservername() + ": " + request.getserverport() + path + "/ "; %> <!doctype html public "-//w3c//dtd html 4.01 transitional//en "> <html> <head> <base href= " <%=basepath%> "> <title> bottom </title> <meta http-equiv= "pragma " content= "no-cache "> <meta http-equiv= "cache-control " content= "no-cache "> <meta http-equiv= "expires " content= "0 "> <meta http-equiv= "keywords " content= "keyword1,keyword2,keyword3 "> <meta http-equiv= "description " content= "this is my page "> <!-- <link rel= "stylesheet " type= "text/css " href= "styles.css "> --> <style type= "text/css "> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } .style1 { color: #ffffff; font-weight: bold; } --> </style> </head> <body> <table width= "100% " height= "44 " border= "0 " cellpadding= "0 " cellspacing= "0 " background= "images/bottom.jpg "> <tr> <td align= "center " style= "font-size:12px "> <span class= "style1 "> © 版权所有 </span> </td> </tr> </table> </body> </html> 就这些代码 没别的了 但是就是jsp页面空白的 而一样模式的htm页面可以显示 郁闷的啊 |
|
|
|
|