<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<html>
<head>
 <title>JavaScript: HTML-Datei um komplettes Frameset erweitern</title>

 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 <meta http-equiv="Content-Language" content="DE" />

 <meta name="description"
  content="Martin-Luther-Universit&auml;t. Institut f&uuml;r Soziologie.
  Dr. Roland Unger. Workshop Internet-Pr&auml;senz: JavaScript" />
 <meta name="keywords" content="HTML, JavaScript" />
 <meta name="author" content="Dr. Roland Unger" />

<script language="JavaScript" type="text/javascript">
<!--

function checkFramecall() {

var Adresse=location.search;

if (Adresse) {
   frames.Right.location.href=Adresse.substring(1, Adresse.length);  }
}

// -->
</script>

</head>

<frameset cols="120,*" onLoad="checkFramecall()">
   <frame src="html_js_233a.html" scrolling="no" name="Left" frameborder="0" />
   <frame src="dummy.html" scrolling="auto" name="Right" frameborder="1" />

   <noframes>
   <body>

      <a href="http://www.roland-unger.de" target="_top">Roland Unger</a>
      <h2>Internet-Workshop</h2>
      <h3>Anwendungen in JavaScript</h3>

   </body>
   </noframes>

</frameset>
</html>