see the following code bellow
1: var myIframe = document.getElementsByTagName("iframe")[0];
2:
3: myIframe.contentWindow.location.reload();
Categories:
Javascript
Sharing the Knowledge about programming with jQuery, Java, ASP.NET, PHP, C# ......
see the following code bellow
1: var myIframe = document.getElementsByTagName("iframe")[0];
2:
3: myIframe.contentWindow.location.reload();
0 comments:
Post a Comment