Count Lines in Pages

Contents of Page: signup.asp Number of Lines: 52 Last Modified: 8/22/2018 1:33:18 PM
0001: <% @Language = "VBScript" %>
0002: 
0003: <!-- #include FILE="include/adovbs.inc" -->
0004: <!-- #include FILE="include/homeURL.inc" -->
0005: <!-- #include FILE="include/constants.inc" -->
0006: 
0007: <% Response.Redirect("my4registerinfo1.asp") %>
0008: <html>
0009: <head>
0010: 	<title>March Madness - Login/Registration</title>
0011: 	<link href="mm.css" rel="stylesheet" type="text/css">
0012: 
0013: </head>
0014: 
0015: <body bgcolor="#ffffff">
0016: 
0017: <table border="0" cellpadding="0" cellspacing="0" width="400" align="left" height="198" bordercolor="#FFCC66">
0018: 		<tr>
0019: 			<td class="bigblue" colspan="2" height="21" width="400">
0020:               <p align="Center">&nbsp;&nbsp; Welcome to the <%= season %> March Madness Contest!</p>
0021:             </td>
0022: 		</tr>
0023: 		<tr>
0024: 			
0025: 			<td class="normbold" height="29" width="80%"  align="right" >
0026:                 To register for this year's contest, click here: </span></font></b></td>
0027: 		<td class="normbold" align="left" height="29" width="*">
0028:                 <a href="my4registerinfo1.asp"><img border="0" src="images/register.gif" align="right"></a><b><font color="#000000">
0029: 				&nbsp;<br>
0030:                 </font></b>
0031: 			</td>
0032:                 </tr>		
0033: 		<tr>
0034: 			<td class="normbold" height="30" width="60%" align="right">
0035:                 If you are already registered, click here:
0036: 			</td>
0037: 			<td align="left" height="30" width="*">
0038:                 <a href="login.asp?from="><img border="0" src="images/login.gif" align="right"></a>
0039: 			</td>			
0040: 		</tr>
0041: 		<tr>
0042: 		
0043: 			<td class="normbold" height="25" width="100"></td>
0044: 			<td class="norm" height="25" width="408">
0045: 			</td>
0046: 		</tr>
0047: 	</table>
0048: 
0049: 
0050: 
0051: </body>
0052: </html>