Habe problem mit doppel link
Verfasst: 10. Mär 2004, 20:16
Hi
Ich will in einer seite das wenn man auf link A klickt
das gleichzeitig auf frame A 1.html und auf frame b 2.html geöffnet wird
wie geht das habe schon ein script aber es funtz nciht (so ist das script)
"
<a href="javascript:void(0)" onclick="top.frames.frame1.location.href =
'./aboutli.html',top.frames.frame2.location.href = './about.html'">About us
</a><br><br>
"
Ich will in einer seite das wenn man auf link A klickt
das gleichzeitig auf frame A 1.html und auf frame b 2.html geöffnet wird
wie geht das habe schon ein script aber es funtz nciht (so ist das script)
"
<a href="javascript:void(0)" onclick="top.frames.frame1.location.href =
'./aboutli.html',top.frames.frame2.location.href = './about.html'">About us
</a><br><br>
"