我正在 iframe 内创建一个带有 mailto 链接的网页。单击此链接时出现错误。当我将 mailto 链接放在 iframe 之外时,不会发生错误。它可能与 gmail 作为我的默认邮件处理程序有关,但我希望该链接适用于 gmail 用户,当然也适用于其他电子邮件客户端的用户。我怎样才能解决这个问题?
这是进入 iframe 的 .html 文件中的相关内容:
<a target="_parent" href="mailto:xxx@xxx.xxx">Contact XXX</a>
这是错误消息。
X-Frame-Options 拒绝加载: https://accounts.google.com/ServiceLogin?service=mail&passive=true&rm=false&continue=https://mail.google.com/mail/?extsrc%3Dmailto%26url%3Dmailto: xxx@xxx.xxx&scc=1<mpl=default<mplcache=2 不允许成帧。
如果它是相关的,我正在 Firefox 上进行测试,但我当然想要一个跨浏览器的解决方案。