Mega Code Archive

 
Categories / JavaScript Tutorial / Window
 

Window length

The length property represents the number of frames within a window. This returns the same results as Window.frames.length. <html>     <script language="JavaScript">     <!--       document.write( win.length );     -->     </script> </html>