나만 아는 비기

자바스크립트로 스크린 크기와 칼라 depth 정보 알아내는 방법

췌엠 2008. 1. 25. 16:42
document.write('<img src="/class/stats.asp?client='+navigator.appName
                                  +'&version='+navigator.appVersion
                                  +'&width='+screen.width
                                  +'&height='+screen.height
                                  +'&color_depth='+screen.colorDepth
                                  +'&referrer='+escape(document.referrer)
                                  +'&url='+escape(document.URL)+'" Border=0 /> ');