Count Lines in Pages

Contents of Page: top_frame_m.asp Number of Lines: 48 Last Modified: 2/16/2025 10:37:10 AM
0001: <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
0002: <!-- #include FILE="include/adovbs.inc" -->
0003: <!-- #include FILE="include/constants.inc" -->
0004: <%
0005: years = season - 1989
0006: 
0007: sufix = "th"
0008: LastD = Right(years,1)
0009: If LastD = "1" Then
0010: sufix = "st"
0011: End If
0012: If LastD = "2" Then
0013: sufix = "nd"
0014: End If
0015: If LastD = "3" Then
0016: sufix = "rd"
0017: End If
0018: 
0019: HowLong = "Joe Toledo's " & Years & sufix & " Annual"
0020: 
0021:  %>
0022: <html>
0023: 
0024: <head>
0025: <meta name="viewport" content="width=device-width">
0026: <link href="mm.css" rel="stylesheet" type="text/css">
0027: <title>March Madness Top Frame </title>
0028: </head>
0029: 
0030: <body>
0031: 
0032: <table border="0" width="100%" cellspacing="0" align="center">
0033:   <tr height="20%">
0034:     <td width="15%" valign="center" align="center"><img border="0" src="images/basketball_hoop.png" height="50" width="*" ></td>
0035:     <td class="norm" width="70%" align="center"><font color="#008040"><font color="#0080FF"><i><%= HowLong %><br><big><big><font color="#008040"><b><small>March Madness Contest</td>
0036: 	<td width="15%" align="center"><img border="0" src="images/cohlogo.gif" height="44" width="80" ></td>
0037: 	</tr>
0038: </table>
0039: <table border="0" width="100%" cellspacing="0" align="center">
0040: 	<tr  bgcolor="#ffcc66" height="40" >
0041: 	<td class="normbold" align="center" valign="center" ><a style="text-decoration:none" href="sidebar_m.asp" target="mobilemain"><big><big><big>Main Menu</a></td>
0042: 
0043: 
0044:   </tr>
0045: 
0046: </table>
0047: </body>
0048: </html>