B~Vladi, если так:
<html>
<head>
<title></title>
</head>
<frameset cols="15%,85%">
<frameset rows="94%,*">
<frame name="contents">
<frame name="coord">
</frameset>
<frame name="main">
</frameset>
<script type="text/javascript">
document.frames.main.document.write("<html><head></head><body></body></html>")
</script>
</html>
то скрипт вообще не выполняется.