I have link that opens a window, with window.open("mytest.aspx"); the problem i am having is that when they close that pop up window I need to hide that link on the parent page. So basically, how can I hide the link (which is an anchor) on the parent page from the pop up that was opened with window.open() ?
Thank you
Try this, JavaScript Code onclick event of the link: