| 1 | <%@ Page Language="vb" AutoEventWireup="false" Codebehind="check.aspx.vb" Inherits="Article.checkurl" %> |
| 2 | <%@ Register TagPrefix="cc1" namespace="DPM" Assembly="DPM" %> |
| 3 | <cc1:alliance id="Alliance1" title="URL Checker" runat="server"></cc1:alliance> |
| 4 | <form id="Form1" method="post" runat="server"> |
| 5 | <center> |
| 6 | <table cellPadding="5" width="90%" border="1"> |
| 7 | <tr> |
| 8 | <td align="right" width="50%"><asp:textbox id="Textbox1" runat="server" Width="307px" text="http://"></asp:textbox></td> |
| 9 | <td width="50%"><input type="submit" value="Check"> |
| 10 | </td> |
| 11 | </tr> |
| 12 | <tr> |
| 13 | <td vAlign="top" align="right">Requested URL |
| 14 | </td> |
| 15 | <td><asp:literal id="ReqUrl" runat="server"></asp:literal> |
| 16 | </td> |
| 17 | </tr> |
| 18 | <tr> |
| 19 | <td vAlign="top" align="right">Error Message |
| 20 | </td> |
| 21 | <td><asp:literal id="ErrMSG" runat="server"></asp:literal> |
| 22 | </td> |
| 23 | </tr> |
| 24 | <tr> |
| 25 | <td vAlign="top" align="right">Respondent URL |
| 26 | </td> |
| 27 | <td><asp:literal id="ResURL" runat="server"></asp:literal> |
| 28 | </td> |
| 29 | </tr> |
| 30 | <tr> |
| 31 | <td vAlign="top" align="right">Meta Refresh URL |
| 32 | </td> |
| 33 | <td><asp:literal id="MetaURL" runat="server"></asp:literal> |
| 34 | </td> |
| 35 | </tr> |
| 36 | <tr> |
| 37 | <td vAlign="top" align="right">Page Title |
| 38 | </td> |
| 39 | <td><asp:literal id="PageTitle" runat="server"></asp:literal> </td> |
| 40 | </tr> |
| 41 | <tr> |
| 42 | <td vAlign="top" align="right">Page Hash |
| 43 | </td> |
| 44 | <td><asp:literal id="PageHash" runat="server"></asp:literal> |
| 45 | </td> |
| 46 | </tr> |
| 47 | </table> |
| 48 | </center> |
| 49 | </form> |
| 50 | <cc1:alliance id="Alliance2" runat="server" Type="Bottom"></cc1:alliance> |