Hi Folks,
ok, now I gave myself the usual testing and rethinking for my problem but since I could't come up with a solution I give you guys a try.
I have a conventional webpage at m-base.de that uses a javascript menu tree to build up a frameset.
To avoid orphane pages I constructed this script
Code:<script type="text/javascript">
if(self.parent.frames.length == 0)
{
window.location.href="index.html?'filename.html'";
}
</script>
and it works fine for example with the page technology/builder/concept.html
Now, I've copied the same layout with the same setup of frameset and menu script for another related website on
n-fibrebase.net
and the script fails to work there.
Any ideas for the javascriptly blinded?
Cheers
Sculli
*so long and thanks for all the fish*