I want to set location of parent window from pop up window opened by iframe.
I am writing this line of code in javascript but it is not working.
window.opener.parent.location = '../Account/';
try
window.opener.parent.location.href = '../account/';