Forum Moderators: open
A small percentage of my visitors are unable to view links because:
<href="detail.asp?AdID=1234"
is changing to:
<!--="detail.asp?AdID=1234"
Does anyone have any idea of what might cause this?
Norton seems to think that the querystring is a link to some kind of ad and attempts to block it.
In my case it was commenting out the entire link but it looks like it's just commenting out the start of the link for you.
The only way round it for me was to change the "AdID" querystring to something else instead.