Целевой iframe Рафаэль Js - PullRequest
0 голосов
/ 22 марта 2010

Я пытался нацелиться на iframe с помощью Raphael JS

вот пример кода

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 Ответ

1 голос
/ 24 марта 2010

Потратив немного времени на обдумывание

c.node.onclick = функция load2 (iframe1URL, iframe2URL) { parent.iframe1.location.href = 'page1.htm' parent.iframe2.location.href = 'page2.htm'

...