Count Lines in Pages

Contents of Page: logindone_m.asp Number of Lines: 40 Last Modified: 2/13/2025 2:05:43 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: ReturnSiteURL = Session("BaseSiteURL")
0008: 
0009: %>
0010: <html>
0011: 
0012: <head>
0013: <meta name="viewport" content="width=device-width">
0014: <meta http-equiv="Content-Language" content="en-us">
0015: <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
0016: <meta name="GENERATOR" content="Microsoft FrontPage 3.0">
0017: <meta name="ProgId" content="FrontPage.Editor.Document">
0018: <title>Login Completed.</title>
0019: 	<link href="mm.css" rel="stylesheet" type="text/css">
0020: 		<link href="https://mychinodes.org/desb.css" rel="stylesheet" type="text/css">
0021: </head>
0022: 
0023: <body>
0024: 
0025: <table cellspacing="0" border="1" cellpadding="5" width="350" bordercolor="#FED87B">
0026:   <tr bgcolor="#FFFAF0">
0027:     <td VALIGN="TOP"><p align="center"><strong><em><font color="#ff0000"><big><big><big><font
0028:     face="Arial">Login successful!</font> </big></big></big></font></em></strong></p>
0029:    </td>
0030:   </tr>
0031:   <tr bgcolor="#FFFAF0">
0032:     <td VALIGN="TOP"><p align="center"><font size="2" face="Arial"><br>
0033: 	 <button class="button-40" onclick="window.open('<%= ReturnSiteURL %>','_top');"><big>Continue</big></button>
0034: </td></tr>
0035: 
0036: 
0037: </table>
0038: </center></div>
0039: </body>
0040: </html>