Wednesday, August 02, 2006

Closing Parent Window.



close the parent window while child window popped out from it.At the same time it should not ask any confirmation from user.

Parent Window should have :
----------------------------
window.open("NewChild.html","name","width=400px, height=400px,resizable=no,scrollbars=no,toolbar=no,status=yes");
window.opener = null;
self.close();

No comments: