Thickbox 在 Firefox 中不显示内容

发布于 2024-08-28 06:59:19 字数 222 浏览 6 评论 0原文

链接:http://hedenstedfotoklub.net.dynamicweb.dk/

在上方的灰色区域有一个触发 ThickBox 的小图标。 我唯一的问题是 Firefox Thickbox 不显示内容。

有什么想法吗?

Link: http://hedenstedfotoklub.net.dynamicweb.dk/

In the upper grey area there is a little icon which triggers ThickBox.
My only problem is that in Firefox Thickbox doesn't show the content.

Any ideas ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

狼亦尘 2024-09-04 06:59:19

您的链接需要告诉thickbox 在 IFrame 中加载 URL。 Thickbox 会删除 URL 中“TB_”之后的所有内容,这应该可以工作。

<div id="buttons">
    <a href="/files/templates/extranet/login_uk.htmlTB_iframe=true&width=400&height=220" class="login thickbox" title="Login her">
        Login
    </a>
</div>

有关更多详细信息,请参阅 thickbox 文档

Your link needs to tell thickbox to load the URL in an IFrame. Thickbox strips everything in the URL after 'TB_', this should work.

<div id="buttons">
    <a href="/files/templates/extranet/login_uk.htmlTB_iframe=true&width=400&height=220" class="login thickbox" title="Login her">
        Login
    </a>
</div>

See the thickbox docs for more details.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文