window.length : Window Object : Window JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Window » Window Object »

 

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.writewin.length );
    -->
    </script>
</html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Window
» Window Object