How can I get the ID of my Window ?
$(window).unload(function () {
if (alterado == 1) {
window.opener.location.reload();
}
});
How can I get the ID of my window.opener.location ?
I need to put a block in this window like $("#window").block(message:"loading");, or a div that exists in the parent window.
1 Answer