Count Lines in Pages

Contents of Page: picks2ndconfirm.asp Number of Lines: 64 Last Modified: 8/22/2018 1:33:06 PM
0001: <% @Language = "VBScript" %>
0002: 
0003: <!-- #include FILE="include/adovbs.inc" -->
0004: <!-- #include FILE="include/constants.inc" -->
0005: <!-- #include FILE="include/funcs.asp" -->
0006: 
0007: <%
0008: 
0009: 	pickid = Request.QueryString("ID")
0010: 
0011: 
0012: 	
0013: 	
0014: 
0015: '	Set rsPicks = Server.CreateObject("ADODB.Recordset")
0016: '	sqlString = "SELECT * FROM mm2ndPicks " & _
0017: '							"WHERE ID = '" & pickid & "' " 
0018: '	
0019: '	rsPicks.Open sqlString, conn, adOpenStatic, adLockReadOnly, adCmdText
0020: 	
0021: 
0022: %>
0023: 
0024: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
0025: 
0026: <html>
0027: <head>
0028: 	<title>March Madness - Picks Screen</title>
0029: 	<link href="mm.css" rel="stylesheet" type="text/css">
0030: </head>
0031: 
0032: <body bgcolor="#ffffff">
0033: 
0034: 
0035:                     <div align="center">
0036:                       <center>
0037:                       <table border="0" width="70%" cellspacing="1" cellpadding="0">
0038:                         <tr>
0039:                           <td width="100%" colspan="2">
0040:                             <p align="center"><font face="Arial"><b><br>
0041:                             </b></font><font face="Arial" color="#008000"><b>Your 
0042: 							Sweet 16 Selections have been successfully recorded.</b></font>
0043:                             </td>
0044:                         </tr>
0045:                         <tr>
0046:                           <td width="7%"><font face="Arial"><i><b>&nbsp;</b></i></font></td>
0047:                           <td width="93%"><font face="Arial"><i><b>&nbsp;&nbsp;</b></i></font></td>
0048:                         </tr>
0049:                         <tr>
0050:                           <td width="7%"><a href="picks2nd.asp"><img border="0" src="images/post_button_or_list.gif" width="25" height="24"></a></td>
0051:                           <td width="93%"><font face="Arial"><i><b>Click here to
0052:                             return to Make / Review&nbsp; Sweet 16 Picks page</b></i></font></td>
0053:                         </tr>
0054:                         <tr>
0055:                           <td width="7%"></td>
0056:                           <td width="93%"></td>
0057:                         </tr>
0058:                       </table>
0059:                       </center>
0060:                     </div>
0061: 
0062: 
0063: </body>
0064: </html>