Count Lines in Pages

Contents of Page: picks2nddemodone.asp Number of Lines: 66 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 mmPicks " & _
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="56%" cellspacing="1" cellpadding="0" height="223">
0038:                         <tr>
0039:                           <td width="100%" colspan="2" height="120">
0040:                             <p align="center"><font face="Arial"><b><font size="4" color="#FF0000"><i>Demo
0041:                             completed. T</i></font><i><font size="4" color="#FF0000">hat's
0042:                             all it takes!&nbsp;&nbsp;</font></i></b></font>
0043:                             <p align="center"><font face="Arial" color="#008000"><b>Your&nbsp;
0044:                             selections would have been have been recorded.</b></font>
0045:                           </td>
0046:                         </tr>
0047:                         <tr>
0048:                           <td width="7%" height="20"><font face="Arial"><i><b>&nbsp;</b></i></font></td>
0049:                           <td width="93%" height="20"><font face="Arial"><i><b>&nbsp;&nbsp;</b></i></font></td>
0050:                         </tr>
0051:                         <tr>
0052:                           <td width="7%" height="26"><a href="sweet16details.asp"><img border="0" src="images/post_button_or_list.gif" width="25" height="24"></a></td>
0053:                           <td width="93%" height="26"><font face="Arial"><i><b>Click here
0054:                             to return to the Sweet 16 Details page.</b></i></font></td>
0055:                         </tr>
0056:                         <tr>
0057:                           <td width="7%" height="21"></td>
0058:                           <td width="93%" height="21"></td>
0059:                         </tr>
0060:                       </table>
0061:                       </center>
0062:                     </div>
0063: 
0064: 
0065: </body>
0066: </html>