well, since yesterday some pages of my website are altered and looking strange (eg. some pics are not shown, etc...)
i didn't change my code.
on my HD the code of the pages are normal, and when i view the pages via my ftp client after the upload, the code seems normal too.
BUT,
if i look at the source of the problematic pages through a browser, this piece of code is somehow generated and fucks up everything.
<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>
what generates that code? and how can i fix it.
i have a slight feeling it's caused by the server but i don't really have a clue.
http://www.mashnote.net/index2.php.
-->>>>there should be pictures in the preview part of 'features', etc....
wow, i hope someone understands what i'm saying here :bemused:
thanx!