You are here: irt.org | About | Feedback | 5230 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q1476
Sent by
Anup Shakya on Saturday March 15, 2008 at 14:11:39
Worth:
Worth reading
Length:
Just right
Technical:
Just right
Comments:
You can simply close a child window right away the parent window closes by using this:
<script language="JavaScript">
function popup(url)
{
theChild = window.open(url,'windowname','width=640,height=480');
}
<a href="#" onMouseOver="popup('your_url');" onMouseOut="theChild.close()">Popup</a>
Other feedback on 'irt.org FAQ Knowledge Base Q1476' - show all