Count Lines in Pages

Contents of Page: default.aspold Number of Lines: 43 Last Modified: 8/22/2018 1:32:38 PM
0001: <!-- #include FILE="include/adovbs.inc" -->
0002: <!-- #include FILE="include/constants.inc" -->
0003: <%
0004: 
0005: ' 	If UnderConstruction = "YES" Then
0006: ' 	   Response.Redirect("index.html")
0007: ' 	End If
0008: 	
0009: 	mainpage = Trim(Request.QueryString("page"))
0010: 	
0011: 	If mainpage = "" then
0012: 	   mainpage = "mmmain.asp"
0013: 	End If
0014: 	
0015: %>
0016: 	
0017: <html>
0018: 
0019: <head>
0020: <base target = "_top">
0021: <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
0022: <title>Joe Toledo's March Madness Contest to Benefit Cancer Research</title>
0023: <meta name="GENERATOR" content="Microsoft FrontPage 6.0">
0024: <meta name="ProgId" content="FrontPage.Editor.Document">
0025: 
0026: </head>
0027: 
0028: <frameset rows="85,*">
0029:   <frame name="banner" scrolling="no" noresize target="main" src="header.asp">
0030:   <frameset cols="198,*">
0031:     <frame name="contents" target="main" src="sidebar.asp">
0032:     <frame name="main" src="<%= mainpage %>" target="contents">
0033:   </frameset>
0034:   <noframes>
0035:   <body>
0036: 
0037:   <p>This page uses frames, but your browser doesn't support them.</p>
0038: 
0039:   </body>
0040:   </noframes>
0041: </frameset>
0042: 
0043: </html>