Joomla: Go back on previous itemid page

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
habib009pk
Forum Commoner
Posts: 43
Joined: Sun Jul 05, 2009 11:28 pm

Joomla: Go back on previous itemid page

Post by habib009pk »

Dear Friends

I have a little problem, i want to make a back button on the content pages which will go backward to the previous itemid page, and this process should be dynamic. Is there any code to put on the link for going in backward direction.

I am working in joomla 1.5.10

Thanks and Best Regards
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Joomla: Go back on previous itemid page

Post by alex.barylski »

<a href="javascript: history.back()">Back</a>
Post Reply