Quote:
Originally Posted by cbr929rrerion
I will be UN_INSTALLING THIS since no one can assist in pointing out why this is not working correctly for me.
If I can get someone to take a look at it and see what its doing then I would appreciate it, if not I will have to un-install it...
:devious:
|
check your FORUMHOME template if you have this javascript
:
HTML Code:
<SCRIPT TYPE="text/javascript">
<!--
function popup(url, referrers)
{
if (! window.focus)return true;
var href;
if (typeof(url) == 'string')
href=url;
else
href=url.href;
window.open(href, referrers, 'width=300,height=250,scrollbars=yes');
return false;
}
//-->
</SCRIPT>