Ciao gente,
non so quasi nulla di javascript ed ho un problema:
ho due file:
- test.html:
- testreferer.asp:codice:<!-- function reindirizza() { location.href="testreferer.asp"; } //--> LINK
perkè se clicco su LINK (di test.html) mi perdo il valore di HTTP_REFERER su testreferer.asp?codice:<% IPAddress = Request.ServerVariables("REMOTE_ADDR") referrer = Request.ServerVariables("HTTP_REFERER") Response.Write "Your IP Address is " & IPAddress & " and your referrer is " & referrer %>
A tutto c'è una soluzione? Vero?![]()
Grazie fin d'ora.

Rispondi quotando