通过 jQuery Popup 打开 URL

发布于 2024-12-03 02:41:05 字数 838 浏览 1 评论 0原文

我从google.com找到了一些代码和源代码。

我用Javascript做了函数。

        function a(URL, COORDS, ALT, LINK) {
        document.write('<AREA SHAPE="poly" ');
        document.write('id="'+URL+'" href="http://www.domain.com/' + URL);
        /*This line where you configure the output URL, put your domain name address here */

        document.writeln('" COORDS="' + COORDS + '" title="' + ALT + '" class="' + LINK + '">')
    }

它以 HTML 格式显示(带有 url 链接的区域标记)。

<area shape="poly" id="alberta.html" href="http://www.domain.com/alberta.html" coords="114,43" title="" class="">

我希望有人单击该链接,通过 jquery 弹出同一窗口打开。

我发现它简单的Ajax> http://dev.iceburg.net/jquery/jqModal/#examples

感谢进步。

I found some codes and sources code from google.com.

I made function in Javascript.

        function a(URL, COORDS, ALT, LINK) {
        document.write('<AREA SHAPE="poly" ');
        document.write('id="'+URL+'" href="http://www.domain.com/' + URL);
        /*This line where you configure the output URL, put your domain name address here */

        document.writeln('" COORDS="' + COORDS + '" title="' + ALT + '" class="' + LINK + '">')
    }

It shows in HTML format (area tag with url link).

<area shape="poly" id="alberta.html" href="http://www.domain.com/alberta.html" coords="114,43" title="" class="">

I want that someone click that link, Open by jquery Popup same window.

I found it Simple Ajax > http://dev.iceburg.net/jquery/jqModal/#examples

Thanks in Advance.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文