Garrett, what you say is generally true for server-side programming languages, but in javascript nothing is really "global" because they are only in scope for the lifetime of the page.
@jonathan - i love document.getElementById('id'); but I suppose you already know that one ;-)
↧