Monday, August 10, 2009

Refresh parent window

Javascript commands:
window.opener.location.reload() // this might send an alert pop-up
window.opener.location.href = window.opener.location.href

No comments:

Post a Comment