Back button to property view

More
10 Aug 2013 08:06 #1329 by kovacsakos
I would like to implement a back button to Domus Organizer to the property view/ property details page. So when visitors see a property and it is not suitable, they can go back by this button to the search results page. I think this will be very useful. Can you please help me? How can I do this?
Thanks in advance!

Please Log in to join the conversation.

More
10 Aug 2013 11:26 #1331 by admin
Replied by admin on topic Back button to property view
mhm... to be honest I totally forgot about that :P

however, it's quite easy to do that.
since the avoided to do searches using POST requests, you can easily go back to search results using browser back button.
This means that you can put a very simple link with this code:
<a href="javascript:history.go(-1)">Go back</a>

and you're done!

Please Log in to join the conversation.

Time to create page: 0.188 seconds