|
Written by Cruz
|
|
Monday, 07 May 2007 |
|
function reloadIt() { frm=document.getElementsByName("tsviewer")[0];//we get the iframe object frm.src=frm.src;//or you can set the src to a new src. setTimeout("reloadIt()",10000); } reloadIt();
|
|
Last Updated ( Thursday, 19 March 2009 )
|