testpr.aspx
来自「web application for finding Page rank us」· ASPX 代码 · 共 29 行
ASPX
29 行
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="TestPR.aspx.cs" Inherits="TestPR" %>
<!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>
<asp:Label ID="Label1" runat="server" Style="z-index: 100; left: 229px; position: absolute;
top: 148px; color: activecaption;" Text="Check Page Rank" Width="180px" BackColor="#E0E0E0"></asp:Label>
<asp:Label ID="Label2" runat="server" Style="z-index: 101; left: 23px; position: absolute;
top: 236px; color: activecaption;" Text="Enter Site:" Width="190px" BackColor="#E0E0E0"></asp:Label>
<asp:TextBox ID="lblPageRank" runat="server" Style="z-index: 102; left: 236px; position: absolute;
top: 295px" BackColor="#E0E0E0"></asp:TextBox>
<asp:TextBox ID="txtSiteURL" runat="server" Style="z-index: 103; left: 236px; position: absolute;
top: 232px" BackColor="#E0E0E0"></asp:TextBox>
<asp:Button ID="btnPR" runat="server" OnClick="btnPR_Click" Style="z-index: 104;
left: 418px; position: absolute; top: 229px; color: activecaption;" Text="Get PageRank" Width="106px" BackColor="#E0E0E0" />
<%--<asp:Button ID="btnClose" runat="server" Height="19px" OnClick="Button2_Click" Style="z-index: 106;
left: 420px; position: absolute; top: 295px" Text="Exit" Width="85px" />--%>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?