You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cer...@googlegroups.com
Trying unsuccessfully to automatically close an iframe CeraBox after updating page via PHP script. In another thread I found a couple of mentions of calling box.close(); or parent.box.close(); on the iframe file but these do not work. Also tried window.parent.CeraBoxWindow.close(); to no avail. However, the window.parent.CeraBoxWindow.close(); does work when manually attached to a button or close link. How can I call a close function to automatically close a window?