Look at the following code it has two pages.
frame.htm - parent
<HTML>
<HEAD>
<TITLE>Parent window</TITLE>
</HEAD>
<BODY>
<table border="1">
<tr>
<td>This is main</td>
<td><iframe src ="frame2.htm" width="100%">
</iframe></td>
</tr>
</table>
</BODY>
</HTML>
frame2.htm
<HTML>
<HEAD>
<TITLE>New Document</TITLE>
</HEAD>
<BODY>
<div onClick="top.location.href='frame.php'">
Click here to reload parent page</div>
</BODY>
</HTML>
Get Free Sinhala IT Learning Videos Kuppiya.com