aLiKe: klappt nicht

Beitrag lesen

parent.frames["rechts"].funktion()

funktioniert leider nicht, hier nen code auszug:

frameset:
  <frame src="karte.html" name="karte" scrolling="no" noresize>
  <frameset cols="55%,45%" >
    <frame src="nav.html" name="nav" scrolling="no" noresize>
    <frame src="info.html" name="unfo" scrolling="no" noresize>
  </frameset>

karte:

<script type="text/javascript">
<!--
 function test(){

parent.frames["info"].nochntest(); }

//-->
</script>
</head>
<body>
<input type="button" value="los gehts" onclick="test()">

info:

<script type="text/javascript">
<!--
 function nochntest(){

buh = prompt("NN","FF");

//-->
</script>