0

RaphaelJSを使用して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"});

また..cantgethrefto work with text ar t = paper.text(50、50、"Raphaël\nkicks \ nbutt!"); t.attr({href: " http://google.com/"、target: "_blank"});

4

1 に答える 1

1

少し時間をかけて考えた後、

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

于 2010-03-24T03:34:47.097 に答える