1 2 3 4 5 6 7 8 9 10 11 12
<html> <head> <script> </script> </head> <frameset id="set" cols="25%,75%"> <frame src="frame1.html"> <frame src="frame2.html"> </frameset> </html>