| 发表于:2007-05-15 18:11:523楼 得分:0 |
<%@page contenttype= "text/html;charset=gbk "%> <%@page import= "com.ldj.tool.* "%> <html> <head> <title> <%=message.company_name%> </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= "content-type " content= "text/html; charset=gbk "> <%@ include file= "../main/conn_top.jsp "%> </head> <body bgcolor= "#ffffff " leftmargin= "0 " topmargin= "0 "> <%@ include file= "../main/content_top.jsp "%> <table width= "760 " height= "100% " border= "1 " cellspacing= "0 " cellpadding= "0 " align= "center " bgcolor= "#f4f1e8 " bordercolordark= "#0099ff " bordercolorlight= "#ffffff "> <tr> <td width= "180 " valign= "top "> <%@ include file= "../main/content_left.jsp "%> </td> <td valign= "top "> <table width= "100% " height= "100% " border= "0 " cellspacing= "0 " cellpadding= "0 "> <tr> <td colspan= "2 " background= " <%=strskinimage%> /about_r4_c2.gif " class= "conttext "> <img src= " <%=strskinimage%> /about_r4_c1.jpg " width= "217 " height= "46 "> </td> </tr> <tr> <td height= "22 "> <%@ include file= "../main/dqwz.jsp "%> </td> </tr> <tr> <td height= "100% " valign= "top " class= "font1 "> <br> <%@ include file= "../upload/zwgk_zsdw.htm "%> <br> </td> </tr> </table> </td> </tr> </table> <%@ include file= "../main/content_bottom.jsp "%> </body> <%@ include file= "../main/conn_bottom.jsp "%> </html> ________________________________________________________________ 谢谢楼上的两位朋友解答,我把cont_zwgk_zsdw.jsp文件源码帖出来了,我先检查看conn_bottom.jsp | | |
|