Window Object Properties Array : For In : Statement JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Statement » For In »

 

Window Object Properties Array

















<HTML>
<HEAD>
   <TITLE>Window Object Properties Array</TITLE>
</HEAD>
<BODY>
<SCRIPT>
for (var i in window) {
  document.write ("Window property(" + i +  "): " +
     window[i"<BR>");

}
</SCRIPT>
</BODY>
</HTML>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Statement
» For In