Beispiel:
<html>
<script type="text/javascript">
document.write("<frameset cols='180,100%'>");
document.write("<frame src='ziel1'>");
document.write("<frame src='ziel2'>");
document.write("</frameset>");
</script>
</html>
MfG
GK