首页.aspx
上传用户:vtryaojia
上传日期:2020-04-18
资源大小:1214k
文件大小:2k
源码类别:

SCSI/ASPI

开发平台:

Others

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="首页.aspx.cs" Inherits="首页" %>
  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 style="background-image: url(导航图片/主页背景.jpg)">
  8.     <form id="form1" runat="server">
  9.     <div style="background-image: url(导航图片/主页背景.jpg)">
  10.         <br />
  11.         <br />
  12.         <br />
  13.         <br />
  14.         <br />
  15.         <br />
  16.         <br />
  17.         <br />
  18.         <br />
  19.         <br />
  20.         <br />
  21.         <br />
  22.         <br />
  23.         &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
  24.         &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;
  25.         &nbsp;&nbsp; &nbsp;<asp:ImageButton ID="ImageButton3" runat="server" ImageUrl="~/导航图片/登录.jpg"
  26.             PostBackUrl="~/log.aspx" />
  27.         &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  28.         &nbsp; &nbsp; &nbsp;&nbsp;
  29.         <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/导航图片/购买.jpg" PostBackUrl="~/GoodsList.aspx" OnClick="ImageButton1_Click" />
  30.         &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  31.         &nbsp; &nbsp; &nbsp;&nbsp;
  32.         <asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/导航图片/注册.jpg" PostBackUrl="~/reg.aspx" />
  33.     
  34.     </div>
  35.     </form>
  36. </body>
  37. </html>