success.aspx

来自「Website for Training and Palcement Offic」· ASPX 代码 · 共 37 行

ASPX
37
字号
<%@ Page Language="VB" MasterPageFile="~/co-ordinator/CordMaster.master" AutoEventWireup="false" CodeFile="success.aspx.vb" Inherits="co_ordinator_success" title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <br />
    <table style="width: 496px">
        <tr>
            <td colspan="3" style="height: 21px; text-align: left">
                &nbsp; &nbsp;<strong>Operation is succesful.............<br />
        Please click <span style="color: #cc6633">OK</span> to go Home Page.<br />
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; </strong>
    <asp:Button ID="Button1" runat="server" Text="OK" /><br />
                &nbsp; &nbsp; &nbsp;&nbsp;
            </td>
        </tr>
        <tr>
            <td style="width: 98px">
            </td>
            <td style="width: 100px">
            </td>
            <td style="width: 100px">
            </td>
        </tr>
        <tr>
            <td style="width: 98px">
            </td>
            <td style="width: 100px">
            </td>
            <td style="width: 100px">
            </td>
        </tr>
    </table>
    <br />
    <br />
    <br />
</asp:Content>

⌨️ 快捷键说明

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