as the title says, "close popup window after submit then redirect to parent".
how do i do that?
i google it and i saw that some people are using the following code:
window.close();
window.opener.location.reload();
The problem is, i dont know how to use and where them.
pls guide me. Ime really a newbie in javascrpt...
p.s.: I use window.open to open the popup window.
Thanks! :)