left_old.jsp
上传用户:jhtang88
上传日期:2014-01-27
资源大小:28528k
文件大小:1k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. <%@ page contentType="text/html;charset=gb2312"%>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  6. <title>无标题文档</title>
  7. <link href="css.css" rel="stylesheet" type="text/css">
  8. </head>
  9. <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
  10. <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  11.   <tr> 
  12.     <td height="100%">
  13. <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  14.         <tr> 
  15.           <td><img src="images/pic-left-top.gif" width="145" height="33"></td>
  16.         </tr>
  17.         <tr>
  18.           <td height="100%" background="images/pic-left-back.gif"><table width="88%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  19.               <tr>
  20.                 <td> <IFRAME border=0 name=I1 marginWidth=0
  21.                               frameSpacing=0 marginHeight=0 
  22.                               src="lefttree.jsp" 
  23.                               frameBorder=0 noResize width=100% scrolling=yes 
  24.                               height=100% vspale="0"></IFRAME></td>
  25.               </tr>
  26.             </table></td>
  27.         </tr>
  28.         <tr>
  29.           <td><img src="images/pic-left-bot.gif" width="145" height="22"></td>
  30.         </tr>
  31.       </table>
  32.     </td>
  33.   </tr>
  34. </table>
  35. </body>
  36. </html>