Refresh standard detail page from visualforce page in iframe

We may need to refresh the whole page but not only itself, when we use custom visualforce page in standard detail page,and it will not work well if we just use ‘location.href=”/”‘ by javascript. Let me show it in this post. The Problem 1.Prepare a custom object named Sales__c 2.Add an Apex Class “ExtendPageController” 2.Add […]

read more