I tried creating a back link to the previous page.
echo "<a href=<!--#echo var=HTTP_REFERER"-->\">Back to Listing</a>;
Hitting the back button works fine. But the back link created from the previous page reference doesn't work. The previous page is created dynamically from a form.
Any help is appreciated.
fixed by registering/unregistering variables.