I seem to be getting a Javascript error in Internet Explorer on the article page pointing to line 350. It only happens when I follow a link to a new post (comment)
1. You get the error if you follow the link to the latest reply from the homepage
http://www.pspfreaks.com/forum/showt...?p=835#post835
2. You don't get the error just visiting the thread
http://www.pspfreaks.com/forum/showthread.php?t=266
The error says
Line 350 Char 24 Error: null is not an object Error code 0
Here is the line:
Code:
<body onload="if (is_ie || is_moz) { fetch_object('currentPost').scrollIntoView(!is_moz); } editInit();">
Regards,
Matt