i have a link that says login --- it's a pop up
if i use:
window.opener.document.location.reload();
it will reload the parent window.
however, i want the parent window to REDIRECT to another location, not to REFRESH, is this possible and if so how do i do it?
thanks for any help in advance.