3 Sep
2001
3 Sep
'01
12:22 p.m.
another newbie Q... I am trying to figure out how to capture the PREVIOUS URL in a variable. It looks like I need to do something with PARENTS and absolute_url.
What is the proper syntax?
<dtml-var "REQUEST['HTTP_REFERER']"> oughta do it try setting up a DTML Method with this and see what other goodies are at your disposal
<dtml-var REQUEST>
*warning* this is not always available and can easy be faked *warning* Regards Tino
Tino, thanks for the warning, but could you clarify what you mean by faked. Do you have another way that can't be faked? Thanks for the help, Trevor