firebug: how to cd to an iframe

后端 未结 4 1362
被撕碎了的回忆
被撕碎了的回忆 2021-01-29 20:10

I have a facebook canvas application that runs in an iframe. I would like to debug my page in firebug but can not get the javascript to scope to the iframe that is running my a

4条回答
  •  半阙折子戏
    2021-01-29 20:39

    I guess the wiki was not updated back when this question was asked, but now it has nice examples: https://getfirebug.com/wiki/index.php/Cd

    Basically, what you were missing to get the window from the iframe element was ".contentWindow"

提交回复
热议问题