C
chris leeds
Hi all,
I've got a link that calls another page with a form on it. this link could
be on any page.
I want to make a hidden form field to forward the referring page to the
handler.
I am assuming on the form I would use:
request.ServerVariables("HTTP_REFERER")
to get the address of the page that opened the form but I can't figure out
how to write it as the value of the hidden form field.
TIA!
I've got a link that calls another page with a form on it. this link could
be on any page.
I want to make a hidden form field to forward the referring page to the
handler.
I am assuming on the form I would use:
request.ServerVariables("HTTP_REFERER")
to get the address of the page that opened the form but I can't figure out
how to write it as the value of the hidden form field.
TIA!