dolflyer: mit einem link 2 frames ansprechen

Beitrag lesen

Hi, ich würd das so machen, weil du damit auch bei bedarf mehrere frames ändern kannst:

<script language="JavaScript">
<!--
function news()
{
 <!-->parent.logoframe.location = "index.html";
 <!-->parent.bannerframe.location = "index.html";
 parent.leftframe.location = "navi-start.html";
 <!-->parent.mainframe.location = "index.html";
 <!-->parent.bottomframe.location = "index.html";
}
</script>

du musst dann die links, wie folgt setzen:
javascript:news()

du kannst dann für jeden punkt eine eigene function machen und somit hast du ne super navigationsmethode....

mfg,
dolflyer