House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Mailing Lists
Home / Groups / Javascript

looping on window objects

Author:
Claude Schneegans
09/09/2008 05:04 PM

Hi, If you try this code: <SCRIPT> for (var o in window) document.write(o +" : " + typeof(window[o]) + "<BR>") </SCRIPT> you will get a list of all objects contained in the current window. It works fine in Opera, Mozilla, and Safari, but in Explorer 7, all functions are missing. Is there a better way to get everything in IE? Thanks.


Search javascript

February 12, 2012

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
       1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29