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,900
19년 전 조회 1,829
19년 전 조회 2,324
19년 전 조회 5,545
19년 전 조회 6,838
19년 전 조회 2,677
19년 전 조회 2,245
19년 전 조회 2,721
19년 전 조회 3,394
19년 전 조회 3,624
19년 전 조회 3,103
19년 전 조회 2,726
19년 전 조회 4,830
19년 전 조회 6,833
19년 전 조회 5,109
19년 전 조회 6,074
19년 전 조회 2,796
19년 전 조회 2,620
19년 전 조회 2,324
19년 전 조회 2,422
19년 전 조회 4,723
19년 전 조회 4,784
19년 전 조회 2,642
19년 전 조회 2,298
19년 전 조회 2,625
19년 전 조회 3,255
19년 전 조회 3,042
19년 전 조회 2,020
19년 전 조회 2,087
19년 전 조회 3,265
19년 전 조회 2,481
19년 전 조회 3,749
19년 전 조회 2,680
19년 전 조회 1,971
19년 전 조회 2,588
19년 전 조회 1,843
19년 전 조회 1,526
19년 전 조회 1,655
19년 전 조회 1,935
19년 전 조회 1,699
19년 전 조회 1,890
19년 전 조회 1,684
19년 전 조회 2,077
19년 전 조회 1,960
19년 전 조회 1,573
19년 전 조회 1,574
19년 전 조회 1,474
19년 전 조회 1,348
19년 전 조회 1,529
19년 전 조회 2,101
19년 전 조회 2,506
19년 전 조회 3,007
19년 전 조회 2,433
19년 전 조회 1,922
19년 전 조회 7,149
19년 전 조회 3,846
19년 전 조회 2,456
19년 전 조회 2,469
19년 전 조회 2,966
19년 전 조회 5,887
19년 전 조회 5,679
19년 전 조회 2,362
19년 전 조회 3,415
19년 전 조회 2,983
19년 전 조회 2,337
19년 전 조회 2,850
19년 전 조회 1,705
19년 전 조회 1,862
19년 전 조회 1,954
19년 전 조회 2,128
19년 전 조회 1,795
19년 전 조회 1,937
19년 전 조회 1,895
19년 전 조회 1,977
19년 전 조회 1,652
19년 전 조회 2,765
19년 전 조회 2,091
19년 전 조회 3,358
19년 전 조회 3,391
19년 전 조회 2,647
19년 전 조회 2,725
19년 전 조회 2,554
19년 전 조회 2,809
19년 전 조회 2,806
19년 전 조회 3,279
19년 전 조회 2,990
19년 전 조회 5,400
19년 전 조회 2,227
19년 전 조회 2,307
19년 전 조회 2,136
19년 전 조회 2,046
19년 전 조회 2,050
19년 전 조회 2,249
19년 전 조회 3,324
19년 전 조회 3,182
19년 전 조회 2,970
19년 전 조회 2,667
19년 전 조회 2,753
19년 전 조회 2,407
19년 전 조회 2,455