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. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/Javascript/message.cfm/messageid:5482 Subscription: http://www.houseoffusion.com/groups/Javascript/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.33
