close popup and redirect parent window

23 02 2009

Use the below function:

function closePopupRedirect(link)
{
opener.location.href =link;
window.close();
}


Actions

Information

Leave a comment