I am trying to copy search contents to 'Guest Home' space. I edited browse.jsp to add a new actionlink. I want to execute a javascript when the link was clicked and javascript should copy all contents to 'Guest Home'. Nothing happens when the link is clicked. The line I added to create a link is shown below.
Thanks for your reply. I have already got it working by adding an action method in BrowseBean. Still, I started to do the same using javascript after reading your post. Is there a way to pass the search results back to my javascript so that I can copy them where ever I want. I tried using search API. May be I am not doing something right, so far no luck. Let me know