><!-- 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