[Typo3] How to pass parameters between different pages?

Dmitry Dulepov typo3 at fm-world.ru
Wed Aug 24 09:48:06 CEST 2005


Hi!

On pages A, D and E insert normal link ("<a href=...>") to page B ("next").
On page B insert a javascript link with "javascript:history.back"
("prev") and normal link to page C ("next").
On page C insert a normal link to page B ("previous").

"Next" links are simple text elements (you can put link there with RTE).
"Previous" links will be:
- text on all pages except B (use RTE again)
- "HTML content" on page B (to insert javascript).

Dmitry.


Martin Wan wrote:
> The link works fine. However, this just can return to the previous
> page. I also have a requirement link this:
> 
> Page A  ---->  Page B ----> Page C Page D ---->  Page B ----> Page C 
> Page E ---->  Page B ----> Page C
> 
> On the Page C, there is a "return" link, when it is clicked, the user
> should be redirected to Page A, Page D, or Page E (the original
> calling page). How to implement this feature?



More information about the TYPO3-english mailing list