in reply to
Writing link on HTML page
One possible solution in this particular case is to use javascript's history.back() function like this:
<a href="javascript:history.back();">Continue</a>
[download]
Comment on
Re: Writing link on HTML page
Download
Code
In Section
Seekers of Perl Wisdom