Hey all,
I have been (ineffectually) trying to get the referrer from within a Tap4 page, and am about to rip my hair out. I know it is probably somewhere sticking right out in my face, but I am unable to find it. A little background: we are interfacing with an existing php app that is POSTing to one of our pages. After the post is done and a persist to our database, we are showing the current state of our entity, and I would like to put a link back to where the original POST occurred. Generating the link is no problem, but I need to find where we came from in order to properly populate the link. -m