Monday, April 05, 2004

Refresh parent Window

JavaScript

Do you want to refresh / change the page of the parent window when you click on a button in the child popup?

Use the line below to close the parent window.

onClick="javascript:window.opener.location='www.loonatik.tk';window.close();"
;)