Need redirection method that sends Referal-Url..

with the redirection methods i've tested i always get a blank referal-url...

someone please help me...

could someone please post a good method for this using:
html, javascript or ASP

Comments

  • : with the redirection methods i've tested i always get a blank referal-url...
    :
    : someone please help me...
    :
    : could someone please post a good method for this using:
    : html, javascript or ASP
    :

    Hi there,

    Are you refering to the HTTP-REFERER enviroment variable being set to nothing after being redirected?

    Cya
    Bradley q:)
  • : : with the redirection methods i've tested i always get a blank referal-url...
    : :
    : : someone please help me...
    : :
    : : could someone please post a good method for this using:
    : : html, javascript or ASP
    : :
    :
    : Hi there,
    :
    : Are you refering to the HTTP-REFERER enviroment variable being set to nothing after being redirected?
    :
    : Cya
    : Bradley q:)
    :
    yep, that's what i meant. can you help me?

  • : : : with the redirection methods i've tested i always get a blank referal-url...
    : : :
    : : : someone please help me...
    : : :
    : : : could someone please post a good method for this using:
    : : : html, javascript or ASP
    : : :
    : :
    : : Hi there,
    : :
    : : Are you refering to the HTTP-REFERER enviroment variable being set to nothing after being redirected?
    : :
    : : Cya
    : : Bradley q:)
    : :
    : yep, that's what i meant. can you help me?
    :
    :

    Yeah I remember this problem. Inside JavaScript I just used document.referer

    This gives you the URL of the document that the user clicked FROM.

    On the server side of things, in Perl, $ENV{HTTP_REFERER} get's it for you. But also should be an environment variable on the server that's accessible from BASH.

    Where are you trying to access it from? Server or Client-Side?
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories