On Oct 30, 12:44 pm, John J Barton <[email protected]> wrote: > I guess I don't understand. Just use for-in loop over "window" > properties? > You must have something else in mind. > jjb
Yeah, for-in loop over "window" does work in Firefox, although I cannot make sure if firebug really works in this way. BTW: for-in loop cannot list global variables in IE6/7/8 except they are declared like "window.gVar = xxx". I guess that's why IE Developer Toolbar cannot tell global variables or debug it. -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
