PDA

View Full Version : window.opener


jscript_newbie
01-02-2003, 01:56 AM
Hi..

Just a quick question


Am just wondering what is this window.opener and what does it means by

if (win.opener == null) win.opener = self;



Thanks a lot!

chrismiceli
01-02-2003, 03:13 AM
http://www.devguru.com/Technologies/ecmascript/quickref/window.html
scroll to window.opener.