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
pickerpicker 

Refreshing a salesforce.com page

I have created a custom link on my Contacts page.  This custom link opens a new window that is hosted by my server.  The user fills out a form, and then submits.  When this submit is done, i would like this page to refresh the Contact page.  I am using javascript and call: parent.opener.location.reload();  This gives me a "Permission denied" error.  Is there any way i can refresh the SFDC Contact page from my page?
DevAngelDevAngel
Have you tried implementing a p3p policy header?  There are certain restrictions on untrusted frame interaction and this looks like one of them.

See the tech note here http://www.salesforce.com/developer/tn-18.jsp