Count Lines in Pages

Contents of Page: header_wait_old.asp Number of Lines: 78 Last Modified: 8/22/2018 1:32:45 PM
0001: <% @Language = "VBScript" %>
0002: 
0003: <!-- #include FILE="include/adovbs.inc" -->
0004: <!-- #include FILE="include/constants.inc" -->
0005: 
0006: <%
0007: '	Set rs = Server.CreateObject("ADODB.Recordset")
0008: '	sqlString = "SELECT DISTINCT LastUpdated FROM mmStandings ORDER BY LastUpdated DESC"
0009: '	rs.Open sqlString, conn, adOpenStatic, adLockReadOnly, adCmdText
0010: '	lastUpdated = rs("LastUpdated").Value
0011: '	rs.Close
0012: '	Set rs = Nothing
0013: %>
0014: 
0015: <html>
0016: 
0017: <head>
0018: 	<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
0019: 	<title>Header</title>
0020: 	<link href="mm.css" rel="stylesheet" type="text/css">
0021: <base target="main">
0022: 
0023: </head>
0024: 
0025: <body bgcolor="#FED87B" topmargin="0" marginheight="0">
0026: 
0027: 
0028: <table width="685" bordercolor="#000000" align="center">
0029:   <tr valign="middle">
0030:     <td width="135" align="center" class="smalldark" height="105">
0031: 			<a href="index.htm" target="_parent"><img border="0" src="images/ncaa2004.gif" width="100" height="81" alt="Home"></a>
0032: 			<br>
0033: 			<cfoutput query="last">
0034: 		</td>
0035:     <td width="415" colspan="5" align="center">
0036: 			<span class="medbold"><i>Joe Toledo's 16th Annual</i></span><br>
0037:       <img src="images/madd.gif" width="375" height="59" alt="March Madness" border="0">
0038: 		</td>
0039:     <td width="135" align="center">
0040: 			<a href="http://www.lusogolf.org" target="_blank" class="smalldark">
0041: 				Benefiting the<br>Antonio Toledo Memorial<br>Golf Tournament
0042: 				<img src="images/logosmall.gif" width="90" height="61" alt="Click here to visit the Antonio Toledo Memorial Golf Tournament Website" border="0">
0043: 			</a>
0044: 		</td>
0045:   </tr>
0046: 	<tr>
0047: 		<td colspan="7">
0048: 			<table align="center" width="100%" cellpadding="0" cellspacing="1">
0049: 				<tr>
0050: 					<td bgcolor="#008000" align="center" height="25">
0051:                         <a href="main_wait.htm" class="small">Home</a></td>
0052: 					<td bgcolor="#008000" align="center" height="25">
0053:                         <a href="main_wait.htm" class="small">Rules</a></td>
0054: 					<td bgcolor="#008000" align="center">
0055:                         <a href="main_wait.htm" class="small">Register/Login</a></td>
0056: 					<td bgcolor="#008000" align="center">
0057:                         <a href="main_wait.htm" class="small">Add
0058:                         Entries</a></td>
0059: 					<td bgcolor="#008000" align="center">
0060:                         <a href="main_wait.htm" class="small">
0061:                         Make/Review Picks</a></td>
0062: 					<td bgcolor="#008000" align="center">
0063: 						<a href="main_wait.htm" class="small">Message Board</a></td>
0064: 					<td bgcolor="#008000" align="center">
0065: 						<a href="mminvite.htm" class="small">Invite Your Friends</a></td>
0066: 					<td bgcolor="#008000" align="center">
0067: 						<a href="main_wait.htm" class="small">Standings</a></td>
0068: 					<td bgcolor="#008000" align="center">
0069: 						<a href="TOP10.HTM" class="small">Top 10%</a></td>
0070: 				</tr>
0071: 			</table>
0072: 		</td>
0073: 	</tr>
0074: </table>
0075: 
0076: </body>
0077: 
0078: </html>