Viker ikke i Nescape 6
Jeg updater to frames med dette script:<SCRIPT type="text/javascript">
function link(txt1,txt2)
{
parent.Midt.location.href=txt1;
parent.Top.location.href=txt2;
}
</SCRIPT>
og mit link ser således ud:
<A href="#" onclick="link(side1.htm,side2.htm);">Text</a>
