Count Lines in Pages

Contents of Page: contactmm_old.asp Number of Lines: 35 Last Modified: 8/22/2018 1:32:37 PM
0001: <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
0002: <%      EmailAddress = Trim(Request.QueryString("user"))
0003: %>
0004: <html>
0005: <head>
0006: <title>Joe Toledo's March Madness Contest for Charity - Error Page - Number of Picks/Selection not entered</title>
0007: 	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
0008: 	<link href="mm.css" rel="stylesheet" type="text/css">
0009: </head>
0010: 
0011: <body bgcolor="#ffffff">
0012: 	<table border="0" cellpadding="0" cellspacing="0" align="center" width="557">
0013: 		<tr><td class="bigblue" align="center" width="555"> 
0014:             <p align="left"> <br> Step #3: Make/Review Picks</p>
0015:             <p align="left">User:&nbsp; <%= EmailAddress %><br><br><font color="#FF0000">You have not yet selected the
0016:             number of entries you want to play!</font><br></p>
0017:           </td></tr>
0018: 		<tr><td class="bigblue" align width="555">
0019:                <p align="center">&nbsp;</p>
0020:                <p align="center">You have not completed Step #2.</p>
0021:                <p align="center">&nbsp;</p>
0022: </td></tr>
0023: 		<tr>
0024: 			<td class="norm" align="center" width="555">
0025:                 Please <a href="addpicksselection.asp">click here</a>&nbsp; to
0026:                 chose the number of entries you want to play.
0027:                 <p>If you are still having problems, send me an email:&nbsp; <a href="mailto:joe@lusogolf.org" class="normundl">Joe Toledo</a>. 
0028:                 </p>
0029:                 <p>Thanks for participating. 
0030:                 </p>
0031: 			</td>
0032: 		</tr>
0033: 	</table>
0034: </body>
0035: </html>