在页面加载时显示Greybox生成的Popup框(onLoad)

发布于 2024-12-24 02:50:10 字数 217 浏览 0 评论 0原文

我有以下 html 代码:

<a href="http://google.com/" title="Google" rel="gb_page_center[500, 500]">Launch</a>

当我单击“启动”时,它会启动一个用 GREYBOX 生成的弹出窗口。但现在我希望每次打开网站时都会自动发生这种情况!我该怎么做?

I have the following html code :

<a href="http://google.com/" title="Google" rel="gb_page_center[500, 500]">Launch</a>

It launches a popup generated with GREYBOX when I click on LAUNCH. but now I want this to happen automatically every time the website is opened! How do I do that?

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

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

发布评论

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

评论(1

扛刀软妹 2024-12-31 02:50:10
    <body>

    <script>
        AJS.AEV(window, 'load', function() {
          GB_show("Hello world", "http://google.com");
     });
    </script>

greybox 使用的 AJS 库提供了自己的页面加载调用

    <body>

    <script>
        AJS.AEV(window, 'load', function() {
          GB_show("Hello world", "http://google.com");
     });
    </script>

The AJS library used by greybox offers it's own pageload call

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