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
ellyBellyB 

Getting URL

I have an s-control that prompts the user for a search string and then passes the info to the Advanced Search Results Window.  I am doing this because I want to retain the ID of the record they were on.  From the Search Results screen they select the records they want and when they click a button I can create a record that links their choices with the record where they started. I also can go back to that first record since iI have the ID. 
 
It works great until they use the Filter button on the Advanced Search screen.  At that point my window.location gives me the data for the filtered results.  I have tried using top, parent...., I can't get the URL that I can see in the Address of my browser.  If I look at the source it is there. 
 
Does anyone know how to get to it?
 
Many thanks...