[TYPO3] Typolink history.back();

Dmitry Dulepov [typo3] dmitry at typo3.org
Wed Aug 20 15:22:53 CEST 2008


Stefan Aichholzer wrote:
>  Is it possible to create a typolink with javascript:history.back(); ?
> 
>  renderObj.10 = TEXT
>  renderObj.10 {
>    value = Go back
>    typolink.parameter = javascript:history.back();
>   }
> 
> That's pseudo-code only (of course) Any ideas??

renderObj.10 = TEXT
renderObj.10.value = <a href="javascript:history.back()">Go back</a>

-- 
Dmitry Dulepov
TYPO3 Core team
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book
In the blog: http://typo3bloke.net/post-details/should_abbreviations_be_used_in_the_code/


More information about the TYPO3-english mailing list