Right.aspx
上传用户:tiancihang
上传日期:2014-03-12
资源大小:21387k
文件大小:1k
源码类别:

.net编程

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Right.aspx.cs" Inherits="Right" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>无标题页</title>
  6. </head>
  7. <body>
  8.     <form id="form1" runat="server">
  9.    
  10.    
  11.    <table width="175" border="0" cellspacing="0" cellpadding="0"   height="500px">
  12.         <tr>
  13.           <td width="10px"  background="Images/body_right.jpg">
  14.           </td>
  15.           </tr>
  16.     </table>
  17.     </form>
  18. </body>
  19. </html>