HTTP Referrer header

S

Suman

Hi all,

Is there a way to set the value of HTTP header Referrer to null or to
any specified value?? I have tried doing this

document.Referrer= null

but document.Referrer is a read only property therefore the value can't
be changed and a Javascript error is occuring. Any ideas on how this
can be achieved.

TIA
 
R

Randy Webb

Suman said the following on 7/16/2006 11:31 AM:
Hi all,

Is there a way to set the value of HTTP header Referrer to null or to
any specified value??

No, but why do you want to?
I have tried doing this

document.Referrer= null

but document.Referrer is a read only property therefore the value can't
be changed and a Javascript error is occuring. Any ideas on how this
can be achieved.

The actual property is document.referrer, note the case. But you can't
set it via JS. Why do you want to though?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,822
Latest member
israfaceZa

Latest Threads

Top