Click to See Complete Forum and Search --> : open a new winodow without refer url


makefun
12-20-2003, 08:17 AM
hello, maybe you can help me:

in my site, i have a link to other site. when clicking on the link the other site manager could see the url of my site as a refer url (means he knows someone entered his site from my url).

how can i hide my refer link?
i tried to open the link in a new window but it chage nothing.

but, if manually, in the browser i do: open new window, and typing the url - the other site manger sees the refer url as unknow. how can i have the same effect by code.

thanks for trying to help me

Dennis
12-20-2003, 09:55 AM
can u open the links with a target?


<a href="www.othersite.com" target="_blank">Open a new page, on another site, without a refer url</a>

makefun
12-20-2003, 01:37 PM
the target="_blank" don't solve it.
i need a solution that works