How to target or select a frame in the IE developer toolbar when analyzing a page with multiple frames?

If a multi-frame and multi-page page is loaded on the page, how to select the detail frame page for debugging or viewing the html source using the IE developer tool.

I need this to run a jquery script using the console tab, against a specific page in a frame, like in the IE developer toolbar.

Regards, Umesh V

+4
source share
1 answer

Right-click inside the frame on the web page, select the view source.

-1
source

All Articles