[thelist] Popups no longer working / SymError
Mark Groen
mark at markgroen.com
Mon Aug 23 10:40:45 CDT 2004
----- Original Message -----
From: "Damien COLA" <>
To: <thelist at lists.evolt.org>
Sent: August 23, 2004 7:54 AM
Subject: RE: [thelist] Popups no longer working / SymError
> what is this code inserted by norton internet security ?
> Perhaps this can be reversed by script without troubling users
without
> norton internet security ?
iirc Norton strips the HTTP_REFERER header which makes
tracking/conversion applications relying on that not work either. You
could use the document.referer if they have javascript enabled.
function newWindow(newContent)
{
if (document.referrer = "http://www.referringPageName.html")
winContent = window.open(newContent, 'nextWin',
'right=0,top=20,width=350,height=350,toolbar=no,scrollbars=no,resizab
le=no')
}
or in a form:
<script TYPE="text/javascript">
document.write("<input type=\"hidden\" name=\"REF\"
value=\""+document.referrer+"\">");
</script>
cheers,
Mark
MG Web Services
Web Site Hosting and Development
www.mgwebservices.ca
604-780-6917
Bowen Island, B.C., Canada
More information about the thelist
mailing list