Mutter-Fenster-schließen
Flo
- javascript
0 scorn
Hallo,
ich möchte von einem pop-up fenster (frameset (hier liegt glaube ich das Problem, denn ohen FS funktioniert es) bei Schließen von diesem die Mutterseite auch schließen.
Wie funktioniert das, habe im Forum keine passende Amtwort gefunden
Gruß Flo
Hier das Framset wie es nicht funzt:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="was">
<title>..:Hallo:..</title>
</head>
<frameset rows="20,*" border="0" framespacing="0" frameborder="no">
<frame src="header.html" name="header" scrolling="no">
<frameset cols="125,*" border="0" framespacing="0">
<frame src="navi.html" name="navi" noresize scrolling="no">
<frame src="title.html" name="main" noresize>
</frameset>
</frameset>
<noframes>
<script>
</script>
<body bgcolor="#ffffff" onunload="javascript:opener.close()">>
<p></p>
</body>
</noframes>
</html>
Schreib das onUnload mal in das <frameset>
Per Suche müsste man aber auch was finden.
Gruß,
scorn