日期:2014-05-17  浏览次数:20445 次

高分求教一小段代码
小弟有段代码这样的
login.aspx
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="login.aspx.vb" Inherits="login" %>

<!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>Login Page</title>
</head>
<body  style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; font-style: normal; font-variant: normal">
    <form id="form1" runat="server">
    <div>
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
            <tr style="height: 100px">
                <td >
                    </td>
                <td style="width: 290px;" align="center" valign="bottom" >
                    <font color="#ff0000" style="font-size: 11pt">&gt;&gt;&gt; For Authorized Access Only &lt;&lt;&lt;</font>
                </td>
                <td >
                </td>
            </tr>
            <tr>
                <td style="width: 25%; height: 131px;">
                </td>
                <td align="center" style="width: 290px; height: 131px;">
                    <br />
        <asp:Login ID="Login1" runat="server" BackColor="#EFF3FB" BorderColor="#B5C7DE" BorderPadding="4" BorderStyle="Solid" BorderWidth="1px" Font-Names="Verdana" ForeColor="#333333" DestinationPageUrl="home.aspx" DisplayRememberMe="False" Width="100%" LoginButtonText="Log In 秈" TitleText="Log In (L.A.)">
            <TitleTextStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" Font-Overline="False" Font-Size="13pt" />
            <InstructionTextStyle Font-Italic="True" ForeColor="Black" />