function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
margotqmargotq 

Returning users to proper object after visiting a custom web link?

Hello,

I have a custom link that opens a page within the Salesforce frame (with sidebar). I want to have a button on this page that allows the user to return to the object that they were looking at before they clicked the link.

If I try to return the users to the Salesforce URL they were on with an ASP redirect, the result is the entire Salesforce frame within a frame.

Has anyone done this before, or have suggestions on how to do this?

Thanks,
Margot
margotqmargotq
Never mind...figured it out. :)

parent.location = '[salesforce url]'