我想在我的iframe内部的文档中呈现responsetext。我正在使用document.write(responsetext),它适用于除IE11之外的所有浏览器。
这有什么替代方法或解决方法吗?
此外,如果在iframe之外完成,它在IE中工作正常。
以下代码段使用Ajax Post请求提交表单。
REGRESSION FIX: 9aebe98 #14117 Fixes a bug where installing a shrinkwrapped
package would fail if the platform failed to install an optional dependency
included in the shrinkwrap.
编辑: 我的问题涉及两个不同的网页。我会称他们为P1和P2。 P2包含上述代码片段并且可以独立工作。但是当从P1内部的iframe调用P2时,iframe在IE11中变为空白。同样来自P2,我无法访问iframe。