<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>JavaScript: HTML-Datei um komplettes Frameset erweitern</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description"
content="Übung JavaScript. HTML-Datei um komplettes Frameset erweitern">
<meta name="keywords" content="HTML, JavaScript">
<meta name="author" content="Roland Unger">
<script language="JavaScript" type="text/javascript">
function completeFrameset() {
if (parent.frames.length!=2) {
location.href="html_js_233.html?" + location.href } ;
}
</script>
</head>
<body onload="completeFrameset()">
<h2>Übung JavaScript</h2>
<h3>HTML-Datei um komplettes Frameset erweitern</h3>
<p>Das benachbarte linke Fenster wird/wurde automatisch nachgeladen.</p>
</body>
</html>