Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q1476, Saturday March 15, 2008 at 14:11:39

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

©2018 Martin Webb