Hello thanks for trying to help, i have a module which was created by ctlmodulemaker and everything works fine and when i do a search it brings up the result no problem, but then if i click on any of the items to see a detail view of the item it shows up ok no problem, if then i click on the back button or use something like this:
Code: Select all
<a href=javascript:window.location(history.go(-1))>back</a>
it does not return to my search results but to the default list before i did my search. But what i want it to do is return to my search result without me having to do the search again