E

사용자 웹브라우저 정보 보여주기 해상도, 자바설치여부 등등

<SCRIPT LANGUAGE="JavaScript">

<!-- begin
function display() {
window.onerror=null;

colors = window.screen.colorDepth;
document.form.color.value = Math.pow (2, colors);
if (window.screen.fontSmoothingEnabled == true)
document.form.fonts.value = "Yes";
else document.form.fonts.value = "No";

document.form.navigator.value = navigator.appName;
document.form.version.value = navigator.appVersion;
document.form.colordepth.value = window.screen.colorDepth;
document.form.width.value = window.screen.width;
document.form.height.value = window.screen.height;
document.form.maxwidth.value = window.screen.availWidth;
document.form.maxheight.value = window.screen.availHeight;
document.form.codename.value = navigator.appCodeName;
document.form.platform.value = navigator.platform;
if (navigator.javaEnabled() < 1) document.form.java.value="No";
if (navigator.javaEnabled() == 1) document.form.java.value="Yes";

if(navigator.javaEnabled() && (navigator.appName != "Microsoft Internet Explorer")) {
vartool=java.awt.Toolkit.getDefaultToolkit();
addr=java.net.InetAddress.getLocalHost();
host=addr.getHostName();
ip=addr.getHostAddress();
alert("Your host name is '" + host + "'nYour IP address is " + ip);
}
}
// end -->
</script>

<BODY OnLoad="display()">

<center>
<form name=form>
<table border=1 width=300>

<tr>
<td>current resolution:</td>
<td align=center><input type=text size=4 maxlength=4 name=width>
x <input type=text size=4 maxlength=4 name=height></td>
</tr>

<tr>
<td>
browser:</td>
<td align=center><input type=text size=20 maxlength=20 name=navigator></td>
</tr>
<tr>
<td>
max resolution:</td>
<td align=center><input type=text size=4 maxlength=4 name=maxwidth>
x <input type=text size=4 maxlength=4 name=maxheight></td>
</tr>

<tr>
<td>
version:</td>
<td align=center><input type=text size=20 maxlength=20 name=version></td>
</tr>

<tr>
<td>
color depth:</td>
<td align=center><input type=text size=2 maxlength=2 name=colordepth> bit</td>
</tr>

<tr>
<td>
code name:</td>
<td align=center><input type=text size=15 maxlength=15 name=codename></td>
</tr>

<tr>
<td>
platform:</td>
<td align=center><input type=text size=15 maxlength=15 name=platform></td>
</tr>

<tr>
<td>
colors:</td>
<td align=center><input type=text size=8 maxlength=8 name=color></td>
</tr>

<tr>
<td>
java enabled:</td>
<td align=center><input type=text size=3 maxlength=3 name=java></td>
</tr>

<tr>
<td>
anti-aliasing fonts:</td>
<td align=center><input type=text size=3 maxlength=3 name=fonts></td>
</tr>

<tr>
<td colspan=2 align=center>
<input type=button name=again value="again?" onclick="display()"></td>
</tr>
</table>
</form>
</center><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
19년 전 조회 3,899
19년 전 조회 1,826
19년 전 조회 2,322
19년 전 조회 5,544
19년 전 조회 6,834
19년 전 조회 2,674
19년 전 조회 2,240
19년 전 조회 2,719
19년 전 조회 3,391
19년 전 조회 3,621
19년 전 조회 3,101
19년 전 조회 2,725
19년 전 조회 4,830
19년 전 조회 6,829
19년 전 조회 5,107
19년 전 조회 6,068
19년 전 조회 2,793
19년 전 조회 2,614
19년 전 조회 2,320
19년 전 조회 2,419
19년 전 조회 4,718
19년 전 조회 4,780
19년 전 조회 2,638
19년 전 조회 2,295
19년 전 조회 2,623
19년 전 조회 3,251
19년 전 조회 3,041
19년 전 조회 2,016
19년 전 조회 2,084
19년 전 조회 3,262
19년 전 조회 2,480
19년 전 조회 3,748
19년 전 조회 2,676
19년 전 조회 1,968
19년 전 조회 2,584
19년 전 조회 1,841
19년 전 조회 1,523
19년 전 조회 1,650
19년 전 조회 1,933
19년 전 조회 1,696
19년 전 조회 1,885
19년 전 조회 1,679
19년 전 조회 2,072
19년 전 조회 1,958
19년 전 조회 1,569
19년 전 조회 1,571
19년 전 조회 1,472
19년 전 조회 1,347
19년 전 조회 1,527
19년 전 조회 2,096
19년 전 조회 2,504
19년 전 조회 3,004
19년 전 조회 2,430
19년 전 조회 1,920
19년 전 조회 7,147
19년 전 조회 3,844
19년 전 조회 2,455
19년 전 조회 2,468
19년 전 조회 2,964
19년 전 조회 5,887
19년 전 조회 5,677
19년 전 조회 2,360
19년 전 조회 3,412
19년 전 조회 2,982
19년 전 조회 2,332
19년 전 조회 2,848
19년 전 조회 1,700
19년 전 조회 1,862
19년 전 조회 1,951
19년 전 조회 2,125
19년 전 조회 1,792
19년 전 조회 1,934
19년 전 조회 1,894
19년 전 조회 1,976
19년 전 조회 1,649
19년 전 조회 2,762
19년 전 조회 2,090
19년 전 조회 3,355
19년 전 조회 3,389
19년 전 조회 2,644
19년 전 조회 2,723
19년 전 조회 2,554
19년 전 조회 2,808
19년 전 조회 2,805
19년 전 조회 3,276
19년 전 조회 2,988
19년 전 조회 5,396
19년 전 조회 2,225
19년 전 조회 2,302
19년 전 조회 2,135
19년 전 조회 2,046
19년 전 조회 2,050
19년 전 조회 2,246
19년 전 조회 3,320
19년 전 조회 3,179
19년 전 조회 2,968
19년 전 조회 2,665
19년 전 조회 2,753
19년 전 조회 2,406
19년 전 조회 2,450