Count Lines in Pages

Contents of Page: Top10AlreadyUpdated.asp Number of Lines: 24 Last Modified: 4/4/2026 9:03:27 AM
0001: <% @Language = "VBScript" %>
0002: <!-- #include FILE="include/adovbs.inc" -->
0003: <!-- #include FILE="include/constants.inc" -->
0004: <%
0005: 
0006: %>
0007: <html>
0008: 
0009: <head>
0010: <title>MM - Check if TOP is already updated</title>
0011: </head>
0012: 
0013: <body bgcolor="#ffffff">
0014: 
0015: <table cellspacing="0" border="1" cellpadding="5" width="700" bordercolor="#FED87B">
0016:   <tr bgcolor="#FFFAF0">
0017:     <td VALIGN="TOP"><font face="Arial" size="4">TOP 10 payments for Contest <b><%= ContestType %> has already been updated.</p>
0018:    
0019:     <p><font face="Arial" size="4">Must remove details before you can update standings. 
0020: 	<p><font face="Arial" size="4"> </font></td>
0021:   </tr>	
0022: </table>
0023: </body>
0024: </html>