hi
i have a search page where the user will enter some search keywords and click search.in the next page it will display thesearch result.when the user clicks a search result(a link) it will redirect him to the next page which contains the detail result.when he clicks search result link... i want him to see the search results by refreshing the page.so tat currently inserted datas can be viewed
<a href='javascript:history.go(-1)'>Search Result</a>
the above code redirect him to the previous page but it does not refresh the page.