Count Lines in Pages

Contents of Page: demoDynamic.html Number of Lines: 27 Last Modified: 8/22/2018 1:32:39 PM
0001: <html>
0002: <head>
0003: <title>Treeview example</title>
0004: <script>
0005: function op() { //This function is used with folders that do not open pages themselves. See online docs.
0006: }
0007: </script>
0008: </head>
0009: 
0010: <!--
0011: (Please keep all copyright notices.)
0012: This frameset document includes the Treeview script.
0013: Script found in: http://www.treeview.net
0014: Author: Marcelino Alves Martins
0015: 
0016: You may make other changes, see online instructions, 
0017: but do not change the names of the frames (treeframe and basefrm)
0018: -->
0019: 
0020: 
0021: <FRAMESET cols="200,*" onResize="if (navigator.family == 'nn4') window.location.reload()"> 
0022:   <FRAME src="demoDynamicLeftFrame.asp" name="treeframe" > 
0023:   <FRAME SRC="http://www.google.com/search?sourceid=navclient&q=parakeet" name="basefrm"> 
0024: </FRAMESET> 
0025: 
0026: 
0027: </HTML>