Count Lines in Pages

Contents of Page: picksconfirm.asp Number of Lines: 65 Last Modified: 8/22/2018 1:33:07 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:                       <table border="0" width="44%" cellspacing="1" cellpadding="0">
0035:                         <tr>
0036:                           <td width="100%" colspan="2">
0037:                             <p align="center"><font face="Arial"><b><br>
0038:                             <i><font size="4" color="#FF0000">Congratulations!&nbsp;&nbsp;</font></i></b></font>
0039:                             <p align="center"><font face="Arial" color="#008000"><b>Your selections have been recorded.</b></font>
0040:                             <p align="center">&nbsp;</td>
0041:                         </tr>
0042:                         <tr>
0043:                           <td width="7%"><a href="displaypicks3.asp?pick=<%= pickid %>&year=<%= season %>"><img border="0" src="images/view_picks_icon.gif" width="27" height="24"></a></td>
0044:                           <td width="93%"><font face="Arial" size="3"><i><b>Click
0045:                             here to review your picks</b></i></font></td>
0046:                         </tr>
0047:                         <tr>
0048:                           <td width="7%"><font face="Arial"><i><b>&nbsp;</b></i></font></td>
0049:                           <td width="93%"><font face="Arial"><i><b>&nbsp;&nbsp;</b></i></font></td>
0050:                         </tr>
0051:                         <tr>
0052:                           <td width="7%"><a href="picks.asp"><img border="0" src="images/post_button_or_list.gif" width="25" height="24"></a></td>
0053:                           <td width="93%"><font face="Arial"><i><b>Click here to
0054:                             return to Make / Review Picks page</b></i></font></td>
0055:                         </tr>
0056:                         <tr>
0057:                           <td width="7%"></td>
0058:                           <td width="93%"></td>
0059:                         </tr>
0060:                       </table>
0061: 
0062: 
0063: 
0064: </body>
0065: </html>