That would do the trick, but how can I see that there is a previuos page? (maybe the user went directly to that page)
Or, how could I enable a back link to the search result list? So, if the user finds a page after a search with the search engine, he goes to that page,and there he should have a back link to the previuos page, which is the search result list. Thanks in advance, Ana -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Walrick Bosch Sent: Monday, November 03, 2008 11:17 AM To: [email protected] Subject: Re: [TYPO3-english] Return to 'previous page' What about simply using: <a href="javascript: history.go(-1)">Return to previous page</a> In your template? Won't give you the name of the page of course. Regards, Walrick piet roorda wrote: > sorry kept you waiting > http://support.typo3.org/documentation/tsref/cobjects/HMENU/ > > in the TSref are hints like these. > Try google, but then again I think you tried that already. > > if this answer isn't working, mai again and I'll help you out.... tomorrow > cheers, > piet > > On Mon, Nov 3, 2008 at 12:06 AM, Antonio Willybiro > <[EMAIL PROTECTED]> wrote: >> Hi, >> >> i was asking if there is an extension or what the typoscript would be >> actually? >> so any hint about the TS code to use would be welcomed. >> >> Thanks >> A >> >> "piet roorda" <[EMAIL PROTECTED]> wrote in message >> news:[EMAIL PROTECTED] >>> will a extension make you happier? >>> why not put a small typoscript part link it to your template and off you >>> go >>> cheers, >>> piet >>> >>> On Sun, Nov 2, 2008 at 11:10 PM, Antonio Willybiro >>> <[EMAIL PROTECTED]> wrote: >>>> Hi there, >>>> >>>> is there an extension or maybe just a TS that can be added on any page >>>> and >>>> would point to the previous page the visitor visted. >>>> >>>> Something sthat would look like: "Return to: [previous page title]" >>>> >>>> Thanks >>>> Antonio >>>> >>>> >>>> _______________________________________________ >>>> TYPO3-english mailing list >>>> [email protected] >>>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english >>>> >> >> _______________________________________________ >> TYPO3-english mailing list >> [email protected] >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english >> -- webmaster Global Healing Circle www.globalhealingcircle.net _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
