H
Hugh Welford
Hi...What has happened to ("HTTP_REFERER") ? I have used it in the past with
great success, but it seems to have disappeared, or at least return a blank.
I used the routine
<%for each key in request.servervariables%>
<% = key %>
<%response.write " " & request.servervariables(key) & "<br>"
next %>
to print them all out. ("HTTP_REFERER") didnt appear, and neither did any
of them contain the refering URL.
Any explanations? And how can I get hold of the the refering URL if it is no
longer obtainable by this method
Thanks Hugh
great success, but it seems to have disappeared, or at least return a blank.
I used the routine
<%for each key in request.servervariables%>
<% = key %>
<%response.write " " & request.servervariables(key) & "<br>"
next %>
to print them all out. ("HTTP_REFERER") didnt appear, and neither did any
of them contain the refering URL.
Any explanations? And how can I get hold of the the refering URL if it is no
longer obtainable by this method
Thanks Hugh