Thursday, December 9, 2010

Refreshing another window for the same browser using javascript

window.opener.location.reload()

can also replace opener with window name if previously set with window.name = "main";

No comments:

Post a Comment