closing main window
from the parent window I open a new window(child), in child window
"onLoad()" method I wrote a piece of code to close the parent window.
Like
# opener.close()
above one doesn't work. Both windows parent and child remains.
Can anyone suggest me why it happens, or anyother means to close parent window.
thanks
I appreciate for your support
sudheer

