Accessing a frame with Firebug console
11 Oct 2011If you want to access the Javascript console of an inner frame of a webpage, know that you can "browse" through the window as you could browse through a file system.
For example, if you want Firebug to use the first frameof the page as its current window object, just type the following code in Firebug console :
cd(window.frames[0])
This proved immensely useful when debugging a Facebook application.
Want to add something ? Feel free to get in touch on Twitter : @pixelastic