⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 quite.aspx

📁 visual stdio 2005
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="quite.aspx.cs" Inherits="quite" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>欢迎下次光临</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        &nbsp;</div>
        <table style="width: 1131px; height: 60px">
            <tr>
                <td style="width: 355px; height: 35px;">
                </td>
                <td style="width: 496px; text-align: center; height: 35px;">
                    <asp:Image ID="Image1" runat="server" ImageUrl="~/image/logo.JPG" /></td>
                <td style="width: 564px; height: 35px;">
                </td>
                <td style="width: 92px; height: 35px;">
                </td>
            </tr>
            <tr>
                <td colspan="4" style="vertical-align: text-bottom; text-align: center">
                    <asp:Image ID="Image2" runat="server" ImageUrl="~/image/line.bmp" Width="951px" /></td>
            </tr>
            <tr>
                <td style="width: 355px; height: 348px">
                </td>
                <td style="width: 496px; color: #cc3366; height: 348px; text-align: left">
                    欢迎您再次光临19购书网<br />
                    <br />
                    制作小组:19组<br />
                    制作组员:王倩颖+田硕+王晨<br />
                    制作项目:简易网上购书<br />
                    课程:WEB编程<br />
                    完成日期:2008年06月15日<br />
                </td>
                <td style="width: 564px; height: 348px">
        <table>
            <tr>
                <td style="width: 218px; height: 24px; background-color: #507cd1">
                </td>
                <td style="height: 24px">
                </td>
            </tr>
            <tr>
                <td rowspan="2" style="font-weight: bold; font-size: larger; width: 218px; color: white;
                    background-color: black">
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 欢迎您再来!<br />
                    <br />
                    &nbsp; &nbsp; &nbsp; &nbsp;<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="确定" BackColor="RoyalBlue" BorderColor="DarkGray" Font-Bold="True" ForeColor="White" Width="144px" PostBackUrl="~/Default.aspx" /></td>
                <td>
                </td>
            </tr>
            <tr>
                <td style="height: 99px">
                </td>
            </tr>
        </table>
                </td>
                <td style="width: 92px; height: 348px">
                </td>
            </tr>
            <tr>
                <td colspan="4" style="text-align: center">
                    <asp:Label ID="Label3" runat="server" Font-Size="Small" ForeColor="DimGray" Text="Copyright (C) 19小组 2008-9999, All Rights Reserved 19小组"></asp:Label></td>
            </tr>
        </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -