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

📄 default.aspx

📁 电脑用户登录注册系统
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="Default2" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="WDPContentPlaceHolder" Runat="Server">
    <table id="TABLE1" border="0" cellpadding="0" cellspacing="0" onclick="return TABLE1_onclick()"
        style="float: left; width: 928px; height: 139px">
        <tr>
            <td class="menubg06" style="width: 88px; height: 46px; background-color: lightgrey">
                <div onmouseout="this.style.backgroundColor = 'lightgrey';" onmouseover="this.style.backgroundColor = 'red';"
                    style="font-weight: bold; font-family: lucida console">
                    Consider this...
                </div>
            </td>
            <td class="menubg06" style="width: 658px; height: 46px; background-color: lightgrey">
                <p>
                    <font face="arial" onmouseout="this.style.backgroundColor = 'lightgrey';" onmouseover="this.style.backgroundColor = 'red';"
                        size="3">In the next hour, 2 Australians will die from smoking related illnesses.
                        That means more 19,000 Australians are dying each year.</font></p>
                <p>
                    <font face="arial" onmouseout="this.style.backgroundColor = 'lightgrey';" onmouseover="this.style.backgroundColor = 'red';"
                        size="3">In fact for every Australian who dies in a motor vehicle accident, more
                        than 10 people die prematurely from tobacco</font></p>
            </td>
        </tr>
        <tr>
            <td class="menubg06" style="width: 88px; height: 81px; background-color: lightgrey">
                <h2>
                    <div class="navbar">
                        <a href="Health costs.aspx">Health costs</a><br />
                    </div>
                </h2>
                <h2>
                    <div class="navbar">
                        <a href="How to give up smoking.aspx">How to give up smoking</a>
                    </div>
                </h2>
                <h2>
                    <div class="navbar">
                        <a href="BenefitsofQuitting.aspx">Benefits of Quitting</a>
                    </div>
                </h2>
            </td>
            <td class="menubg06" style="width: 658px; height: 81px; background-color: lightgrey">
                <span class="hd2"></span>
                <img alt="Lungs,Heart,Eyes,Throat,Urinary tract,Sex organs,Women's fertility zone,Men's sperm production,Digestive organs,Bones and joints,Skin"
                    src="health_effects.jpg" />
                <p>
                    You are using <span class="blue">

                        <script type="application/javascript">
                   var d = new Date();                               
                   var time = d.getHours() +":"+ d.getMinutes()+".";
                   var agent = navigator.userAgent;                
                   document.write(agent + " and the time is "+ time + "</p>"); 
                        </script>

                    </span>
                </p>
            </td>
        </tr>
    </table>
    <span style="color: #0000ff; background-color: #33ffff"></span>&nbsp; &nbsp; &nbsp;
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
    <span style="color: #0000ff; background-color: #33ffff"></span>
</asp:Content>

⌨️ 快捷键说明

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