我iframes
在我的页面中使用了两个父页面有iframe
发言权id = grandparent , src = "child.html".
在 child.html 中我设置了一些变量,iframe
在 child.html 中也有一个说
id = parent, src="grandchild.html"
并从 grandchild.html 我使用 JavaScript 访问 child.html 中的变量
var value = top.frames['grandparent']
它在 chrome 中运行良好,但在 Firefox 中无法运行,这意味着使用 value 变量我无法访问 child.html 的变量
请帮忙