Count Lines in Pages

Contents of Page: contactmm.asp Number of Lines: 40 Last Modified: 8/22/2018 1:32:37 PM
0001: <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
0002: <%      EmailAddress = Trim(Request.QueryString("user"))
0003: %>
0004: <html>
0005: 
0006: <head>
0007: <title>Joe Toledo's March Madness Contest for Charity - Error Page - Number of
0008: Picks/Selection not entered</title>
0009: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
0010: <link href="mm.css" rel="stylesheet" type="text/css">
0011: </head>
0012: 
0013: <body bgcolor="#ffffff">
0014: 
0015: <table border="0" cellpadding="0" cellspacing="0" align="center" width="829">
0016:   <tr>
0017:     <td class="bigblue" align="center" width="827"><p align="left"><br>
0018:     Hi there&nbsp; <%= EmailAddress %><br>
0019:     <br>
0020:     <font color="#FF0000">According to our records you have already made your donation and did
0021:     not enter all of your pick selections before the deadline.&nbsp; You should have received
0022:     several reminder emails to do so.</font></p>
0023:     <p align="left"><font color="#008080">At this time, you are unable to make the pick
0024:     selections.&nbsp; If would like to get a refund of your donation, just email me at <a
0025:     href="mailto:jt@folga.org">jt@folga.org</a> and I'll send you a refund for the picks not
0026:     made.</font></td>
0027:   </tr>
0028:   <tr>
0029:     <td class="bigblue" align width="827"></td>
0030:   </tr>
0031:   <tr>
0032:     <td class="norm" align="center" width="827"><font color="#FF0000" size="4"><i>Thanks for
0033:     participating!</i></font> </td>
0034:   </tr>
0035:   <tr>
0036:     <td class="norm" align="center" width="827"></td>
0037:   </tr>
0038: </table>
0039: </body>
0040: </html>