oops. hab die scripte vergessen:
-------------------------------------------------------
<script language="JavaScript">
<!--
function checkFrameset() {
if(!parent.left)
location.href="http://www.haraldfischerverlag.de/hfv/index_mf_englisch.html?" + location.pathname;
}
//-->
</script>
------------------------------------------------------
<body text="#000080" bgcolor="#FFFFFF" onLoad='checkFrameset()'>
------------------------------------------------------
und im frameset:
<html>
<head>
<SCRIPT language="JavaScript">
<!--
function checkFramecall() {
var Adressanhang=location.search;
if(Adressanhang)
frames.center.location.href=Adressanhang.substring(1,Adressanhang.length);
}
//-->
</SCRIPT>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive 5">
<title>Willkommen beim Harald Fischer Verlag!</title>
</head>
<frameset cols="25,75">
<frame src="mf1_englisch.html" name="left" noresize>
<frame src="center_MF_englisch.html" name="center" noresize>
</frameset>
<noframes>
<body bgcolor="#ffffff">
<p></p>
</body>
</noframes>
</html>