This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - How to get the relationship grid in Firefox?

tengz520 - Thursday, September 24, 2015 9:57 PM:

         All:

             We use the code "top.relationships.frames[0].grid" to get it in IE,but i can't get it in Firefox



tengz520 - Tuesday, September 29, 2015 6:25 AM:

Issue Closed

 

var iFramesCollection = top.frames.relationships.iframesCollection;

for (var tabId in  iFramesCollection) {

var grid= iFramesCollection[tabId].contentWindow.frames.grid;

}