audiophan
11-29-2002, 05:02 AM
<script language="JavaScript">
var image = "pixel.gif";
var web = "FAQ";
var from = escape(document.referrer);
var page = escape(document.title);
var query = location.search;
var colorDepth = window.screen.colorDepth;
var res = window.screen.width + "," + window.screen.height;
var maxres = window.screen.availWidth + "," + window.screen.availHeight;
if (navigator.javaEnabled() == 1){ var javaa = "Enabled";} else {var javaa = "Disabled";}
document.write("<img src='../../statz/hit.php?referer=" + from + "&request=" + page + "&website=" + web + "&query=" + query + "&cDepth=" + colorDepth + "&resol=" + res + "&maxresol=" + maxres + "&java=" + javaa + "&img=" + image + "' align='middle' style='display:none'>");
</script>
concerning the above javascript. it loads the php counter when the page is viewed through internet explorer6 yet not when viewed with netscape7. any reasons/corrections?
var image = "pixel.gif";
var web = "FAQ";
var from = escape(document.referrer);
var page = escape(document.title);
var query = location.search;
var colorDepth = window.screen.colorDepth;
var res = window.screen.width + "," + window.screen.height;
var maxres = window.screen.availWidth + "," + window.screen.availHeight;
if (navigator.javaEnabled() == 1){ var javaa = "Enabled";} else {var javaa = "Disabled";}
document.write("<img src='../../statz/hit.php?referer=" + from + "&request=" + page + "&website=" + web + "&query=" + query + "&cDepth=" + colorDepth + "&resol=" + res + "&maxresol=" + maxres + "&java=" + javaa + "&img=" + image + "' align='middle' style='display:none'>");
</script>
concerning the above javascript. it loads the php counter when the page is viewed through internet explorer6 yet not when viewed with netscape7. any reasons/corrections?