Count Lines in Pages

Contents of Page: notpaidyet.asp Number of Lines: 34 Last Modified: 3/21/2025 9:59:34 AM
0001: <% @Language = "VBScript" %>
0002: <!-- #include FILE="include/adovbs.inc" -->
0003: <!-- #include FILE="include/constants.inc" -->
0004: <%
0005: 	name = Request.QueryString("name")
0006: 	
0007: 'P.S.: It takes 65 clicks to fill out one bracket.  It takes less than 5 to make your donation.  Just sayin'... &#9786;	
0008: %>
0009: <html>
0010: 
0011: <head>
0012: <title>Joe Toledo's March Madness Contest - Benefiting Charity</title>
0013: </head>
0014: 
0015: <body bgcolor="#ffffff">
0016: 
0017: <table cellspacing="0" border="1" cellpadding="5" width="700" bordercolor="#FED87B">
0018:   <tr bgcolor="#FFFAF0">
0019:     <td VALIGN="TOP"><font face="Arial" size="4">Hi there <%= name %>!</font> <p><font face="Arial"
0020:     size="4">According to my records, you have not made your donation yet.</font></p>
0021:     <p><font face="Arial" size="4">Due to the high number of people that&nbsp; have registered
0022:     and not made a donation, I'm forced to keep those who have not sent in their
0023:     donation from seeing the standings.</font></p>
0024:    
0025:     <p><font face="Arial" size="4">To make your donation, <a
0026:     href="makedonation_m.asp">just click here to do so</a>.</font></p>
0027:  <p><font face="Arial" size="4">If your donation is &quot;In the mail, really!&quot;, or if you already made your donation and I failed to process it, just send me an email with the details to <b>joeatoledo@gmail.com</b>
0028: </p>
0029:     <p><font face="Arial" size="4">Thank you for your cooperation.</font>
0030: 	<p><font face="Arial" size="4"> </font></td>
0031:   </tr>	
0032: </table>
0033: </body>
0034: </html>