Please give a little more detail.When you talk about Perl please confirm that you are talking about Perl within the context of presentation template - Not some server side Perl on your deployed website.Please also detail version/OS of TeamSite.Assuming that you are trying to achieve this in a TPL you won't be able to do this without some kind of client side scripting.If you have some kind of application server technology available then this is easily achievable.
$body
Hi,Is there any way can I write perl code for "Back to previous page" . on one of the client website I implemented Health news functionality. This functionality includes getting RSS feed for external site(third party site) and genetares Articles in Teamsite workarea and deploys on one of client website.On each and every Article I just placed "Back to Most Recent" link so that users can go back to parent page (ex: index.html).The requirement is, instead of going to root page it should go to previous page. we have this kind of functionality in Javascript using "history.back() or history.go(-1)"Can any one please assist me on this?Thanks,Kumar
In most cases - Perl is not used to render an HTML page, it's used to generate the HTML code that is then rendered by a browser - as such you can use Perl code to generate the javascript code within the HTML code that will get rendered by the browser - so I think you probably have all the stuff you need, you just need to put it together correctly.