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년 전 조회 3,914
19년 전 조회 1,847
19년 전 조회 2,336
19년 전 조회 5,558
19년 전 조회 6,852
19년 전 조회 2,698
19년 전 조회 2,264
19년 전 조회 2,735
19년 전 조회 3,408
19년 전 조회 3,640
19년 전 조회 3,121
19년 전 조회 2,739
19년 전 조회 4,845
19년 전 조회 6,848
19년 전 조회 5,127
19년 전 조회 6,089
19년 전 조회 2,812
19년 전 조회 2,634
19년 전 조회 2,339
19년 전 조회 2,440
19년 전 조회 4,742
19년 전 조회 4,797
19년 전 조회 2,657
19년 전 조회 2,312
19년 전 조회 2,644
19년 전 조회 3,275
19년 전 조회 3,061
19년 전 조회 2,039
19년 전 조회 2,105
19년 전 조회 3,282
19년 전 조회 2,496
19년 전 조회 3,759
19년 전 조회 2,698
19년 전 조회 1,994
19년 전 조회 2,604
19년 전 조회 1,860
19년 전 조회 1,536
19년 전 조회 1,669
19년 전 조회 1,954
19년 전 조회 1,716
19년 전 조회 1,910
19년 전 조회 1,697
19년 전 조회 2,097
19년 전 조회 1,981
19년 전 조회 1,592
19년 전 조회 1,590
19년 전 조회 1,491
19년 전 조회 1,372
19년 전 조회 1,544
19년 전 조회 2,119
19년 전 조회 2,523
19년 전 조회 3,030
19년 전 조회 2,446
19년 전 조회 1,945
19년 전 조회 7,160
19년 전 조회 3,862
19년 전 조회 2,478
19년 전 조회 2,487
19년 전 조회 2,984
19년 전 조회 5,907
19년 전 조회 5,693
19년 전 조회 2,377
19년 전 조회 3,428
19년 전 조회 2,996
19년 전 조회 2,350
19년 전 조회 2,870
19년 전 조회 1,725
19년 전 조회 1,871
19년 전 조회 1,974
19년 전 조회 2,143
19년 전 조회 1,808
19년 전 조회 1,954
19년 전 조회 1,913
19년 전 조회 1,993
19년 전 조회 1,661
19년 전 조회 2,784
19년 전 조회 2,113
19년 전 조회 3,378
19년 전 조회 3,406
19년 전 조회 2,662
19년 전 조회 2,742
19년 전 조회 2,570
19년 전 조회 2,823
19년 전 조회 2,819
19년 전 조회 3,294
19년 전 조회 3,004
19년 전 조회 5,413
19년 전 조회 2,238
19년 전 조회 2,321
19년 전 조회 2,145
19년 전 조회 2,060
19년 전 조회 2,065
19년 전 조회 2,262
19년 전 조회 3,338
19년 전 조회 3,195
19년 전 조회 2,981
19년 전 조회 2,682
19년 전 조회 2,768
19년 전 조회 2,427
19년 전 조회 2,469