-
Refresh parent page upon closing child with JavaScript
I want to close the child tab and refresh the parent tab scenario.
script
function closeRefresh(){
window.opener.location.href="/{!$CurrentPage.customer.id}";
window.top.close();
}This script is working fine in Chrome but it is not working in IE .In IE the child tab itself refreshing and loading the parent page in the child tab
Log In to reply.
Popular Salesforce Blogs
How to Integrate Salesforce and Mailchimp Successfully?
Salesforce and Mailchimp integration are among the many approaches that businesses are now using to provide a seamless experience for themselves and their customers. More…
Your Ultimate Guide to Salesforce Nonprofit Success Pack (NPSP)
In Salesforce’s own words, Salesforce Nonprofit Success Pack or NPSP is the nonprofit technology built on the world’s number one CRM i.e. Salesforce. It was…
Steps to Prompt Users to Login with Federated SSO in Salesforce
We have seen how to login to Salesforce using Federated authentication in my last blog - Federated Authentication Using SAML to Log in to Salesforce…
Popular Salesforce Videos
Engineer More Than Software at Salesforce
Salesforce engineers are builders. Together, we’ve created a platform that helps companies around the world connect with their customers. Driven by our commitment to trust,…
Salesforce Field Service Basics | Salesforce Webinar
Salesforce Field Service is a cloud-based platform that enables businesses to manage and automate their customer service operations. From customer contact management, and call routing…
Which Objects are in the Salesforce Sales Cloud and Service Cloud?
Salesforce comes with a large number of standard objects that are integral to Salesforce, but you can also create custom objects. We’ve compiled a list…