打开 Gmail 的撰写页面会在整个页面中打开 - 需要在 iframe 中打开怎么办!
我想在基于谷歌应用程序的应用程序的 iframe 中打开 gmail 的撰写页面。我设置了一个简单的模式窗口,其中设置了一个 iframe,我希望在其中打开 gmail 撰写页面。我使用的链接是:
https://mail.google.com/a/YOUR-DOMAIN-HERE/?view=cm&fs=1&tf=1&source=mailto
但是由于某种原因,即使从 iframe 调用,页面也总是在新窗口中打开,事实上我相信它运行一些 javascript 来销毁所有容器框架。有没有办法解决这个问题 - 顺便说一句,fc 和 tf 变量是什么?改变它们根本没有帮助。我该如何设置才能在模态窗口(即 iframe)中打开 Gmail 撰写页面...
I would like to open up the compose page for gmail in an iframe on my google app based application. I have a simple modal window set up which has an iframe set up and I wish to open up teh gmail compose page within it. The link I use is:
https://mail.google.com/a/YOUR-DOMAIN-HERE/?view=cm&fs=1&tf=1&source=mailto
However for some reason the page always opens in a new window even when called from an iframe infact I believe its running some javascript to destroy all container frames. Is there a way to work around this - what are the fc and tf variable btw? Changing them doesn't help at all. How do I set it up so I can open the Gmail compose page in a modal window i.e iframe...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我猜测 Gmail 使用 JavaScript 突破了框架。我不确定你是否能对此做些什么。
Gmail 有 API 吗?如果有,您可以使用它构建自己的对话框,以通过 API 创建消息。
I'm guessing that Gmail breaks out of the frame using JavaScript. I'm not sure if there is anything you can do about this.
Is there an API for Gmail? If there is, you can use it to build your own dialog to create messages through the API.