Hi
I have a pop up window with a href link which opens a page in the parent browser windows frameset. This works fine but what I want to do is when the user hes clicked on the link I want the pop window to load the page as it does now but close as well.
Below is the script as i have it now, does anyone have any ideas as to how to modify it to close the pop window as well?
<a href="#" onClick="window.opener.parent.content2.location='whats_new.html';">CLICK
HERE FOR MORE DETAILS</a>
cheers