linkextract.aspx

来自「Web application for link extract used in」· ASPX 代码 · 共 35 行

ASPX
35
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="LinkExtract.aspx.cs" Inherits="LinkExtract" %>

<!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>Untitled Page</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <div>
            <asp:TextBox ID="txtURL" runat="server" Style="z-index: 100; left: 126px; position: absolute;
                top: 161px" Width="217px">http://</asp:TextBox>
            &nbsp;
            <asp:Label ID="lCount" runat="server" Style="z-index: 101; left: 123px; position: absolute;
                top: 188px" Width="400px"></asp:Label>
            &nbsp;
            <asp:Label ID="Label2" runat="server" Style="z-index: 102; left: 127px; position: absolute;
                top: 96px" Text="Link Extractor" Width="159px"></asp:Label>
            <asp:Button ID="btnExtract" runat="server" OnClick="btnExtract_click" Style="z-index: 103;
                left: 373px; position: absolute; top: 160px" Text="Extract all Links" />
            &nbsp;
            <asp:ListBox ID="txtLinks" runat="server" Height="282px" 
                Style="z-index: 104; left: 126px; position: absolute; top: 225px" Width="395px" OnSelectedIndexChanged="txtLinks_SelectedIndexChanged">
            </asp:ListBox>
            <asp:Label ID="Label1" runat="server" Style="z-index: 106; left: 79px; position: absolute;
                top: 162px" Text="URL"></asp:Label>
        </div>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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