window.opener
Is it possible somehow set window.opener value to no null without window.open calling? I need something like this:
window.opener = object;
window.location.href = "link";
because in the "link" […]
See original post by invalid@example.com (adska)
Leave a Reply
You must be logged in to post a comment.