针对iframe的Google Web应用程序出错

针对iframe的Google Web应用程序出错,iframe,google-apps-script,Iframe,Google Apps Script,尝试同时使用帧和iframe 在本地主机上:frameset.html: <iframe src=a.html name="a" width="200" height="200" align="right"></iframe> <iframe src=b.html name="b" width="200" height="200" align="left"></iframe> GAS在IFRAME沙箱模式下运行时会抱怨,因为所有GAS Web应用

尝试同时使用帧和iframe

在本地主机上:frameset.html:

<iframe src=a.html name="a" width="200" height="200" align="right"></iframe>
<iframe src=b.html name="b" width="200" height="200" align="left"></iframe>

GAS在IFRAME沙箱模式下运行时会抱怨,因为所有GAS Web应用程序都在https下运行。在同一窗口作用域内调用不安全的http作用域时,它有时会发疯

如果您看到以下内容,请检查控制台:

混合内容:页面位于 已通过HTTPS加载, 但是请求了一个不安全的样式表 . 这项请求已被批准 此 路 不通;内容必须通过HTTPS提供


谢谢你的回答,我编辑了q,并把收到的错误放进去。
<a target='a' 
href="https://script.google.com/d/some-script-id/edit?usp=drive_web">
where does this same origin link open?</a>
https://script.google.com/macros/s/a-web-app-id/dev 
Failed to load resource: net::ERR_CACHE_MISS

https://some_string-script.googleusercontent.com/userCodeAppPanel
Failed to load resource: net::ERR_CACHE_MISS