Count Lines in Pages

Contents of Page: MMLaunchChat.asp Number of Lines: 52 Last Modified: 8/22/2018 1:32:53 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: 
0008: %>
0009: <html>
0010: 
0011: <head>
0012: <title>Pick A Square FUNdraiser - Start Chat</title>
0013: <base target="_self">
0014: <script language="JavaScript">
0015: 		function StartChat()
0016: 		{
0017: 			x = 550;
0018: 			y = 700;
0019: 			var xpos = (screen.width - x)/2;
0020: 			var ypos = (screen.height - y)/2;
0021: 			var updateasp = "http://www.pickasquare.net/MeeboChat.html";
0022: 			var w;
0023: 			w = window.open(updateasp,'update','width='+x+',height='+y+',top='+10+',left='+10);
0024: 		}	
0025: 	</script>
0026: </head>
0027: 
0028: <body bgcolor="#ffffff">
0029: <div align="center"><center>
0030: 
0031: <table cellspacing="0" border="1" width="780" bordercolor="#FED87B" align="center"
0032: height="9">
0033:   <tr>
0034:     <td VALIGN="TOP" height="27"><p align="center"><font face="Arial" color="#0080FF"><strong><em>Welcome
0035:     to the Joe Toledo's Chat Room!</em></strong></font></td>
0036:   </tr>
0037:   <tr bgcolor="#FFFAF0">
0038:     <td VALIGN="TOP" height="27"><p align="left"><font face="Arial">This is a great way to get in touch with other participants in the contest.<br><br>Some basic ground rules
0039:     before we start.</font></p>
0040:     <p align="left"><font face="Arial">- No profanity during chat.<br>
0041:     - Please identify yourself when entering chat room.</font></p>
0042:     <p align="left"><font face="Arial"><br>
0043:     Just click here to go to chat room<font color="#008000">:</font></font><font face="Arial"
0044:     color="#008000"> <font size="3"><a href="javascript:StartChat()">Start Chat</a></font> </font><font
0045:     face="Arial"><br>
0046:   </font></td>
0047:   </tr>
0048: 
0049: </table>
0050: </center></div>
0051: </body>
0052: </html>