<script type="text/javascript">
//<![CDATA[
sw=screen.width;
sh=screen.height;
document.write("<img width='1' height='1' src='http://sts.siteuri.ro/counter/counter.php?screen="+sw+"x"+sh+"' />");
//]]>
</script>
<noscript>
<img height="1" width="1" src="http://sts.siteuri.ro/counter/counter.php?screen=nojs" />
</noscript>
For some reason, if i send the page as application/xhtml+xml, FF calls the noscript image, even if Javascript is enabled. Declaring the Javascript as application/x-javascript doesn't help.
Is there any Javascript / XHTML issue that I'm missing here?


Reply With Quote
Bookmarks