framesetPage2.html 145 Bytes
Newer Older
jatuporn Tonggasem's avatar
jatuporn Tonggasem committed
1 2 3 4 5 6 7
<html>
<head></head>
<frameset cols="*, *">
    <frame name="child1" src="page/10"/>
    <frame name="child2" src="page/11"/>
</frameset>
</html>