Count Lines in Pages

Contents of Page: roadcurrstanding.asp Number of Lines: 44 Last Modified: 8/22/2018 1:33:14 PM
0001: <% @Language = "VBScript" %>
0002: 
0003: <!-- #include FILE="include/adovbs.inc" -->
0004: <!-- #include FILE="include/constants.inc" -->
0005: 
0006: 
0007: <html>
0008: 
0009: <head>
0010: <meta http-equiv="Content-Language" content="en-us">
0011: <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
0012: <title>Subject</title>
0013: </head>
0014: 
0015: <body>
0016: 
0017: <form method="POST" action="roadcurrstandingpost.asp">
0018: 	<table border="1" width="420" id="table1">
0019: 		<tr>
0020: 			<td width="406" align="right" colspan="2">Update &quot;Road to
0021:               Current Standings&quot;</td>
0022: 		</tr>
0023:         <tr>
0024: 			<td width="235" align="right">Completed Round Standing</td>
0025: 			<td width="171"><select size="1" name="CurrRound">
0026: 			<option>F32S</option>
0027: 			<option>F16S</option>
0028:                 <option selected>F8S</option>
0029:                 <option>F4S</option>
0030:                 <option>F2S</option>
0031:                 <option>F1S</option>
0032:               </select></td>
0033: 		</tr>
0034:         <tr>
0035: 			<td width="235" align="right">Season</td>
0036: 			<td width="171"><input type="text" name="Season" size="20" value="<%= season %>"></td>
0037: 		</tr>
0038: 	</table>
0039: 	<p><input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
0040: </form>
0041: 
0042: </body>
0043: 
0044: </html>