I have a search results page that when a user chooses a property goes through to a property details page. On this page there are various controls that use page postbacks to change the format of the page. Ideally I would like this postbacks to be removed from the browser history so no matter how many there have been clicking the back button will take the user straight back to the search results.
I know of using the replace function instead of location in JavaScript but is there any way of doing this server-side? I was thinking of maybe changing the Referrer page?
DJ



Reply With Quote
