Log in

View Full Version : Close popup



Mike4x4
05-13-2008, 08:56 AM
This is part of my code, its in a popup webpage, i haevit already so when i click that link it loads on the htmlframe, but when i click it i want it to close the popup how can i do that?

tech_support
05-13-2008, 11:45 AM
<a href="#" onclick="window.opener='self';window.close()">Close!</a>