Frame-Set Page:
<head>
<script> if(top.location != self.location){ top.location=self.location;} </script>;
</head> <body bgcolor=? text=??>
<frameset cols="25%,75%">
<frame src="left.html" name="left">
<frame src="right0.html" name="right">
</frameset> </body> |