On Jul 18, 4:23 pm, spiderplant0 <[email protected]> wrote: > Hi ColinFine. I should have explained better. By variable I meant > Javascript variable. I.e. the list of identifiers you see under the > 'DOM' window of Firebug.
But Javascript variables don't belong to DOM elements. There are only two scopes for Javascript variables: functions and global (which means the window). -- 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.
