Calling JavaScript functions from firebug console
Firebug adds a global JavaScript variable named “console” to all web pages loaded in Firefox. This object contains many methods that allow you to write to the Firebug console to expose information that is...