How to capture title of the page visitor came from?

Discussion in 'Programming' started by ASMEOlya, May 14, 2009.

  1. #1
    Hello,

    can somebody help me to write code to capture page title? This is for feedback form. I have piece of code, but it doesn't work. Please help!

    Thank you
     
    ASMEOlya, May 14, 2009 IP
  2. tbarr60

    tbarr60 Notable Member

    Messages:
    3,455
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    210
    #2
    I don't know if you are still working on this problem but you can look at the CGI scope. If you can't use CF debugging, place this on the page where the user comes in and you can see what is available.

    
    <cfdump var="#CGI#">
    
    Code (markup):
     
    tbarr60, Jun 23, 2009 IP