You need to sign in to do that
Don't have an account?
Salesforce 283
Close the POPUP and redirect to detail page
Hi Guys,
I am using one custom button in detail page. When click that one vf page will open and in that i am opening another popup. In first popup, after clicking the save the page is redirecting to detail page in popup itself. But i want popup should be closed and redirect to detail page. Pls help me out very urgent. I used everything window.close() and location.href but its not working.
I am using one custom button in detail page. When click that one vf page will open and in that i am opening another popup. In first popup, after clicking the save the page is redirecting to detail page in popup itself. But i want popup should be closed and redirect to detail page. Pls help me out very urgent. I used everything window.close() and location.href but its not working.
Rahul Khilwani
Can you share code of you vf page and popup ?