Hallo,
<SCRIPT language="JavaScript">
<script type="text/javascript">
<!--
function checkFrameset() {
if(!parent.xyzVerweisframe)
location.href="http://www.xy.de/unterverzeichnisXY/index.htm?" + location.pathname;
Versuche es mal so. Weis zwar nicht ob es funktionieren wird, aber ein Versuch ist es Wert :
location.href='http://www.xy.de/unterverzeichnisXY/index.htm?' + location.pathname;
oder :
location.href="http://www.xy.de/unterverzeichnisXY/index.htm" + '?' + location.pathname;
Ich bin zwar in Javascript nicht so bewandert, aber sollte es nicht window.location.href heißen?
$xNeTworKx.