Page 1 of 1

Return

Posted: Wed Mar 28, 2007 3:15 pm
by lilahunt
Hi,

I want to put a return button in my search module and on another page in my site.
I want the return to work just like the news module's return button.

When I took the return code from the news module and put it in my other templates it didn't work. I used the tag {return_url}

Any help would be greatly appreciated.

Thanks

Re: Return

Posted: Wed Mar 28, 2007 3:52 pm
by calguy1000
use cms_selflink

Re: Return

Posted: Wed Dec 09, 2009 4:18 pm
by Franck
I want the same thing but can't see which parameter of cms_selflink I must use to achieve this. Any clue ?

Re: Return

Posted: Wed Dec 09, 2009 4:50 pm
by Franck
just in case someone needs it : a return link to previous visited page, like clicking the browser's back button can be done with the use of javascript :

Code: Select all

<__script__ language=javascript>
document.write("<a href='"+document.referrer+"'>Back</a>")
</__script>