function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
coolKarnicoolKarni 

problem with window.close() in IE7

Hi,

I have opened a popup on a button click from a vfpage(parent page) , Within the popup page(child page) i am loading custom object values , within child page I have  a button , when clicked on the button i should pass the values to parent page and close the child page automatically.

 

I am able to pass the values from child page to parent page succesfully , but 

The problem overhere is that i am unable to close the child window.

I am using window.close() method in IE7 but it is not working can anyone help me out.

 

Thanks

NBlasgenNBlasgen
I feel that the child is suposed to be the one to close itself, not the parent closing the child, but I could be wrong.  Just something worth checking.