目标iframe Raphael Js

时间:2010-03-22 20:10:29

标签: text href javascript target raphael

我一直试图使用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,“Raphaël\ nkicks \ nbutt!”); t.attr({href:“http://google.com/”,target:“_ blank”});

另外..不能使用href来处理文本 ar t = paper.text(50,50,“Raphaël\ nkicks \ nbutt!”); t.attr({href:“http://google.com/”,target:“_ blank”});

1 个答案:

答案 0 :(得分:1)

花了一点时间思考后

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