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
Suresh RaghuramSuresh Raghuram 

how to capture id of a record on mouse over to generate a related list

Hi Community,

I wrote a vf page to display the list of records.
When i do onmouse over on the name of a record which is acting like hyperlink I am getting a popup. 
so far good. 
But I am not able to capture the id of the record on which i do mouse over.
I used apexPages.CurrentPage().getParameters().get('AgrI');
But no use can any body share yours thoughts to capture id of the record on which i do mouse over.

Thanks,
Suree
Ramu_SFDCRamu_SFDC
The following post might help

http://salesforceworld.blogspot.com/2011/08/displaying-pop-up-summaries-on-hover-in.html
Suresh RaghuramSuresh Raghuram

I want to display a related list not the record. Using the LookupDetailHover we can not achieve that.