目标 iframe Raphael Js

发布于 2024-08-25 17:30:50 字数 568 浏览 7 评论 0 原文

我一直在尝试使用 Raphael JS 来定位 iframe,

这里有一些示例代码

var c = paper.circle(10, 10, 10); c.attr({href: "http://google.com/", target: "top"}) ; v

var t = paper.text(250, 50, "拉斐尔\n踢\n屁股!"); t.attr({href: "http://google.com/", target: "_blank"}) ;

另外..无法获取 href 来处理文本 ar t = paper.text(50, 50, "拉斐尔\n踢\n屁股!"); t.attr({href: "http://google.com/", target: "_blank"}) ;

Ive been trying to target iframe using Raphael JS

heres some sample code

var c = paper.circle(10, 10, 10);
c.attr({href: "http://google.com/", target: "top"});
v

var t = paper.text(250, 50, "Raphaël\nkicks\nbutt!");
t.attr({href: "http://google.com/", target: "_blank"});

Also..cant get href to work with text
ar t = paper.text(50, 50, "Raphaël\nkicks\nbutt!");
t.attr({href: "http://google.com/", target: "_blank"});

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

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

发布评论

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

评论(1

我们只是彼此的过ke 2024-09-01 17:30:50

花了一点时间想了一下

c.node.onclick = function load2 (iframe1URL, iframe2URL) {
parent.iframe1.location.href='page1.htm'
parent.iframe2.location.href='page2.htm'

After spending a little time to think it out

c.node.onclick = function load2 (iframe1URL, iframe2URL) {
parent.iframe1.location.href='page1.htm'
parent.iframe2.location.href='page2.htm'

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