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>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
19년 전 조회 4,049
19년 전 조회 1,977
19년 전 조회 2,462
19년 전 조회 5,684
19년 전 조회 6,989
19년 전 조회 2,817
19년 전 조회 2,399
19년 전 조회 2,880
19년 전 조회 3,526
19년 전 조회 3,760
19년 전 조회 3,241
19년 전 조회 2,884
19년 전 조회 4,971
19년 전 조회 7,003
19년 전 조회 5,256
19년 전 조회 6,221
19년 전 조회 2,950
19년 전 조회 2,771
19년 전 조회 2,486
19년 전 조회 2,571
19년 전 조회 4,875
19년 전 조회 4,929
19년 전 조회 2,794
19년 전 조회 2,433
19년 전 조회 2,761
19년 전 조회 3,399
19년 전 조회 3,182
19년 전 조회 2,161
19년 전 조회 2,226
19년 전 조회 3,402
19년 전 조회 2,612
19년 전 조회 3,877
19년 전 조회 2,816
19년 전 조회 2,106
19년 전 조회 2,738
19년 전 조회 1,993
19년 전 조회 1,677
19년 전 조회 1,794
19년 전 조회 2,086
19년 전 조회 1,828
19년 전 조회 2,028
19년 전 조회 1,825
19년 전 조회 2,219
19년 전 조회 2,106
19년 전 조회 1,728
19년 전 조회 1,710
19년 전 조회 1,610
19년 전 조회 1,479
19년 전 조회 1,666
19년 전 조회 2,234
19년 전 조회 2,656
19년 전 조회 3,151
19년 전 조회 2,562
19년 전 조회 2,060
19년 전 조회 7,293
19년 전 조회 3,998
19년 전 조회 2,576
19년 전 조회 2,617
19년 전 조회 3,123
19년 전 조회 6,028
19년 전 조회 5,834
19년 전 조회 2,495
19년 전 조회 3,555
19년 전 조회 3,113
19년 전 조회 2,477
19년 전 조회 2,991
19년 전 조회 1,843
19년 전 조회 1,991
19년 전 조회 2,088
19년 전 조회 2,267
19년 전 조회 1,935
19년 전 조회 2,076
19년 전 조회 2,023
19년 전 조회 2,107
19년 전 조회 1,777
19년 전 조회 2,903
19년 전 조회 2,220
19년 전 조회 3,491
19년 전 조회 3,550
19년 전 조회 2,791
19년 전 조회 2,868
19년 전 조회 2,700
19년 전 조회 2,941
19년 전 조회 2,947
19년 전 조회 3,417
19년 전 조회 3,132
19년 전 조회 5,538
19년 전 조회 2,371
19년 전 조회 2,410
19년 전 조회 2,281
19년 전 조회 2,196
19년 전 조회 2,205
19년 전 조회 2,404
19년 전 조회 3,479
19년 전 조회 3,335
19년 전 조회 3,125
19년 전 조회 2,807
19년 전 조회 2,904
19년 전 조회 2,566
19년 전 조회 2,608