eltzel
There are variety of reasons including:
Please check the settings of these types of programs.
"you're experiencing the effects of Symantec's NIS (Norton Internet Security) Popup and Ad Blocking software. When this program sees a webpage contain key bits of HTML code, it substitutes in some dummy code to prevent ads and popups."
More information about this issue∞ (scroll to the heading "JavaScript Errors about 'SymRealWinOpen'")
Still having a problem? Check the forums∞.
Comment Window not appearing
If the comment link is available on your site but when you click it nothing happens, then it's likely that either your browser, your firewall, or some popup blocking software is stopping the HaloScan javascript from displaying the comment window.There are variety of reasons including:
- Windows XP Service Pack 2 - which updates Internet Explorer and automatically blocks "popup" windows
- Firewall software - check for HaloScan in any "blocked" site lists
- AntiVirus software - check for HaloScan in any "blocked" site lists
- Google/MSN/Alexia toolbars - these toolbars can be added to your browser and may be blocking access.
- Standalone Popup blocking software
Please check the settings of these types of programs.
Other reasons
Any other javascript you add to your site MAY conflict with HaloScan. The most common issue is with the code below, which is added by Symantic to stop popups on your system."you're experiencing the effects of Symantec's NIS (Norton Internet Security) Popup and Ad Blocking software. When this program sees a webpage contain key bits of HTML code, it substitutes in some dummy code to prevent ads and popups."
More information about this issue∞ (scroll to the heading "JavaScript Errors about 'SymRealWinOpen'")
<script language="JavaScript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}
window.open = SymWinOpen;
//-->
</script>
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}
window.open = SymWinOpen;
//-->
</script>
Still having a problem? Check the forums∞.