Count Lines in Pages

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