Problem in closing the parent window from a popup
I am opening a popup on the start page of my application.Once the popup is opened,i want to close the startup page.
When i am doing this by writing
window.opener.close()
on the popup then it displayes a message box
"Do you want to close the window you are viewing yes or no"
I want the start page should be closed withouht any message.
Please help me out ,
Thanks in advance,
Rakesh Kashnia
|