Count Lines in Pages

Contents of Page: profileupdatedmessage.asp Number of Lines: 34 Last Modified: 2/14/2025 10:38:09 AM
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: 
0015: <title>Login Completed.</title>
0016: 	<link href="mm.css" rel="stylesheet" type="text/css">
0017: 		<link href="https://mychinodes.org/desb.css" rel="stylesheet" type="text/css">
0018: </head>
0019: 
0020: <body>
0021: 
0022: <table cellspacing="0" border="1" cellpadding="5" width="350" bordercolor="#FED87B">
0023:   <tr bgcolor="#FFFAF0">
0024:     <td VALIGN="TOP"><p align="center"><strong><em><font color="#ff0000"><big><big><big><font
0025:     face="Arial">Profile updated.</font> </big></big></big></font></em></strong></p>
0026:    </td>
0027:   </tr>
0028:  
0029: 
0030: 
0031: </table>
0032: </center></div>
0033: </body>
0034: </html>