브라우저의 플래트폼과 이름을 반환한다.
![]() | Script | [sVal=]object.appVersion |
HTML | 없음 |
이 속성은 읽기전용이며 디폴트값은 없다.
appVersion 속성은 브라우저의 이름, 브라우저의 버전, 플랫트폼을 나타내는 문자열 값을 반환한다.
그 문자열의 구성 양식은 다음과 같다.
clientVersion(platform; information; extraInformation) 혹은 5.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90) 5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
개체 | script | HTML | 규격 | IE |
---|---|---|---|---|
clientInformation | [sVal=]clientInformation.appVersion | 없음 | 없음 | IE4.0(win16,win32,ce,unix,mac) |
navigator | [sVal=]navigator.appVersion | 없음 | 없음 | IE3.02(win16,win32,mac),IE4.0(ce,unix) |
![]() | appVersion 속성⇒ | ![]() | ![]() ![]() ![]() |
<SCRIPT> document.write('navigator.appVersion=<FONT color=blue>'+navigator.appVersion+'</FONT><BR>'); document.write('clientInformation.appVersion=<FONT color=blue>'+clientInformation.appVersion+'</FONT><BR>'); </SCRIPT>
![]() | appVersion 속성 | ⇒ | ![]() ![]() |
최종 수정: 05/05/2025 13:36:13 | ![]() All right reserved | 비정상적인 방식으로 프레임없이 페이지에 접속하면 자주 오류가 발생됩니다. 오류가 나면 정상적 접속으로 시도해 보세요. | http://koxo.com/lang/js/property/appVersion.html |