目标 iframe Raphael Js
我一直在尝试使用 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"}) ;
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
花了一点时间想了一下
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'