I am using javascript to refresh the page for one of my custom components in webtop. I am using window.location.reload().
It seems fine when user's are in a folder path. but when the user is in a search results page it loses the results and the window goes back to the default home cabinet.
Is there any way we can preserve the search results window even after doing a javascript refresh page. I tried to refresh only the "content" frame but for some reason doesn't seem to work.
Any help is appreciated.
Thanks