Hi all i want to update one iframe to another
I am link in one of the i frame which should update the statusmessage.html page only. There is link in checkresult.html which should update the statusmessage.html
<table width="100%">
<tr>
<td width="10%">
<iframe id="test" src ="checkresult.html" height="1000px" width="100%" frameborder="1">
</iframe >
</td>
<td align="left" width="80%">
<iframe id="msgstatus" name = "test" src ="StatusMessage.html" align="left" width="100%" height="1000px" frameborder="1" >
</iframe></td>
</tr>
</table>