Please The Geek or someone who knows this hack, I need some litle help.
In my site when you call any post in the articles forums like this:
showthread.php?p=1602
A warning about an error appears in the status bar of IE. The error details say it's in line 305.
Here is line 305 of the outputted html page:
Code:
<body onload="if (is_ie || is_moz) { fetch_object('currentPost').scrollIntoView(!is_moz); }">
However if you call the same post like a thread, like this:
showthread.php?t=262
nothing is loaded in the body tag and no error appears.
any ideas about what can be causing this?
Here is an example page where the error appears
http://www.webmastershelp.com/showthread.php?p=1602
and here the same post called as thread where error does not appear
http://www.webmastershelp.com/showthread.php?t=262
Thanks in advance.
Great hack!