faqts : Computers : Programming : Languages : JavaScript : Windows

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

90 of 129 people (70%) answered Yes
Recently 9 of 10 people (90%) answered Yes

Entry

How can I close a child window from a parent window

Oct 24th, 2001 01:46
Alessio Bellisomi, alex odeh,


This should help you

<INPUT TYPE=button onClick="Child=window.open
('http://www.google.com','Child')" VALUE="Open">

<INPUT TYPE=button onClick="Child.close()" VALUE="Close">