← Back to context Comment by ValentineC 7 years ago That's a nice idea, but it requires wrapping script tags around the "pixel", right? 1 comment ValentineC Reply joshyi 7 years ago That's right. e.g.,<script> document.write("<img src=\"/images/1px.png?" + screen.width + "x" + screen.height + "x" + screen.colorDepth + "\" />"); </script>
joshyi 7 years ago That's right. e.g.,<script> document.write("<img src=\"/images/1px.png?" + screen.width + "x" + screen.height + "x" + screen.colorDepth + "\" />"); </script>
That's right. e.g.,
<script> document.write("<img src=\"/images/1px.png?" + screen.width + "x" + screen.height + "x" + screen.colorDepth + "\" />"); </script>