-
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
Salesforce Customer 360 – A Single Integrated Cross-Cloud Customer Data Platform
Salesforce Customer 360 – In this highly competitive digital marketplace where customer expectations have increased rapidly, understanding customer behaviors have never been so important. Today’s…
6 Ways To Utilize Salesforce Sales Cloud To Its Fullest
Salesforce holds the top spot in the industry when it comes to streamlining business processes. Having been around for over 20 years now, Salesforce has…
What do you mean by Ant Migration in 2023? | Salesforce Developer Guide
Salesforce is a popular customer relationship management (CRM) platform used by businesses of all sizes to manage their sales, marketing, and customer service operations. One…
Popular Salesforce Videos
Salesforce Acquires Slack
When Salesforce bought Slack earlier this week for $27.7 billion, it was in some ways the end of a startup fairytale. Slack was the living…
Customize Salesforce in a Flash with Lightning
This video shows you how to use Lightning App Builder to make page customizations without any code. This enables admins to tailor Lightning Experience for…
What is the Difference Between Profile Vs Permission Set?
What is the difference between Profile Vs Permission Set? The profile is mandatory for the users in Salesforce. A permission set is one thing that…