[thelist] JavaScript Newbie help - targeting links

noah noah at tookish.net
Fri May 25 11:30:25 CDT 2001


><!-- Hide
>function closerFunction()
>{
>opener.location.href='page.htm';
>self.close();
>}
>// end hide -->


That's right - it should be self.close

no idea why parent.close worked - in theory it should have closed the 
window that opened the pop-up, I think

Cheers,

Noah





More information about the thelist mailing list