-
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
Einstein GPT: the first generative AI for CRM
Since its release in November 2022, Chat GPT has become a buzzword - over a million people signed up to use it in just five…
Enhanced Lookups In Salesforce
Records in custom lookup are searchable by Object Name or AutoNumber. What If we want to search the record for any other field value. Just…
Illustrations in Salesforce Lightning Experience
An illustration is an image or a diagram that helps make something clear. Inline texts work with illustrations to communicate a state in a more…
Popular Salesforce Videos
Salesforce Service Cloud Voice Demo
Salesforce Service Cloud Voice uses intelligent telephony to increase agent productivity and better serve customers, from anywhere. Today, customers can connect with companies across almost…
Security in Salesforce - What Developers Must Know
Security in Salesforce 0:00 Introduction 3:00 Agenda 4:05 Data security 5:18 User Mode & System Mode 9:13 CRUD & FLS Data Model 10:45 Enforcing CRUD…
Salesforce Apex Rest API Integration
As you know salesforce is an online cloud solution, we might be required to integrate Salesforce with some other third party tool. We have released…