Count Lines in Pages

Contents of Page: thankyoureg.asp Number of Lines: 40 Last Modified: 2/13/2025 1:15:34 PM
0001: <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
0002: <!-- #include FILE="include/adovbs.inc" -->
0003: <!-- #include FILE="include/constants.inc" -->
0004: <!-- #include FILE="include/funcs.asp" -->
0005: <% 
0006: 
0007: If reg2ndopen = "YES" Then
0008: pickspage = "picks2nd.asp"
0009: Else
0010: pickspage = "picks.asp"
0011: End If
0012: 
0013: %>
0014: <html>
0015: 
0016: <head>
0017: <meta http-equiv="Content-Language" content="en-us">
0018: <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
0019: <meta name="GENERATOR" content="Microsoft FrontPage 3.0">
0020: <meta name="ProgId" content="FrontPage.Editor.Document">
0021: <title>Registration Completed.&nbsp; Thank You!</title>
0022: </head>
0023: 
0024: <body>
0025: 
0026: <table cellspacing="0" border="1" cellpadding="5" width="774" bordercolor="#FED87B">
0027:   <tr bgcolor="#FFFAF0">
0028:     <td VALIGN="TOP" width="760"><p align="center"><strong><em><font color="#ff0000"><big><big><big><font
0029:     face="Arial">Registration successful!</font> </big></big></big></font></em></strong></p>
0030:     <p align="center"><font size="4" face="Arial">Thank you for choosing to <i>make a
0031:     difference. <br>
0032:     </i></font><b><font size="4"
0033:     face="Antigoni Light"><br>
0034:     </font></b></td>
0035:   </tr>
0036:  
0037: </table>
0038: </center></div>
0039: </body>
0040: </html>