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?

6 of 9 people (67%) answered Yes
Recently 6 of 9 people (67%) answered Yes

Entry

how do i create reference of a parent window in IE

Aug 10th, 2005 05:32
Geoffrey Goldberg, bijeesh p,


window.opener.()

For example: 
window.opener.close();  Closes the parent window
window.opener.moveTo(x,y); Moves the parent window 
                           (relative to the screen)