ASPAlliance.com : The #1 Active Server Pages .NET Community The #1 ASP.NET Community
Search   Search

Subscribe   Subscribe

Powered by ORCSWeb Hosting


Site Stats


Powered By ASP.NET
 
Featured Sponsor

Featured Columnist


Featured Book
ASP.NET Unleashed
ASP.NET Unleashed

Find Prices
Read Review
Sample Chapter
Sample Chapter
Sample Chapter
Sample Chapter


New! asp.netPRO

We publish our articles in the standard RSS format.

Powerful .NET Email Component

Code Sharing Software
Check.aspx by Damian Manifold
  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>&nbsp;
  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>&nbsp;
  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>&nbsp;
  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>&nbsp;
  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>&nbsp;</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>&nbsp;
  45         </td>
  46       </tr>
  47     </table>
  48   </center>
  49 </form>
  50 <cc1:alliance id="Alliance2" runat="server" Type="Bottom"></cc1:alliance>
Check.aspxGenerated using CodeView
 Copyright © 2000-2003 ASPAlliance.com  Page Rendered at 11/21/2009 6:20:34 PM