PDA

View Full Version : parent.[Frame].location.href /FF-IE :(


acolyte
02-20-2006, 12:18 PM
Hello all,

i want to call a other html page in a frameset from a Page within this Frameset and just wonder why it works in
Firefox like this :rolleyes:

<script language="JavaScript">
parent.top.location.href=('linktomypage.html');
</script>

and in IE the complete Frameset get just replaced by this page
:confused:

any Idea would be greatly appreciated

thy Aco

acolyte
02-20-2006, 12:46 PM
ok thx for beeing patient

i solved it

parent.frames[0].location.href="linktomypage.html";