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,886
19년 전 조회 1,820
19년 전 조회 2,310
19년 전 조회 5,523
19년 전 조회 6,819
19년 전 조회 2,665
19년 전 조회 2,227
19년 전 조회 2,707
19년 전 조회 3,375
19년 전 조회 3,610
19년 전 조회 3,087
19년 전 조회 2,715
19년 전 조회 4,818
19년 전 조회 6,820
19년 전 조회 5,095
19년 전 조회 6,056
19년 전 조회 2,783
19년 전 조회 2,595
19년 전 조회 2,312
19년 전 조회 2,408
19년 전 조회 4,711
19년 전 조회 4,771
19년 전 조회 2,628
19년 전 조회 2,284
19년 전 조회 2,610
19년 전 조회 3,237
19년 전 조회 3,031
19년 전 조회 2,001
19년 전 조회 2,073
19년 전 조회 3,250
19년 전 조회 2,469
19년 전 조회 3,733
19년 전 조회 2,664
19년 전 조회 1,959
19년 전 조회 2,574
19년 전 조회 1,830
19년 전 조회 1,513
19년 전 조회 1,642
19년 전 조회 1,920
19년 전 조회 1,681
19년 전 조회 1,875
19년 전 조회 1,670
19년 전 조회 2,060
19년 전 조회 1,948
19년 전 조회 1,560
19년 전 조회 1,559
19년 전 조회 1,463
19년 전 조회 1,340
19년 전 조회 1,513
19년 전 조회 2,086
19년 전 조회 2,500
19년 전 조회 2,991
19년 전 조회 2,416
19년 전 조회 1,910
19년 전 조회 7,138
19년 전 조회 3,837
19년 전 조회 2,442
19년 전 조회 2,457
19년 전 조회 2,948
19년 전 조회 5,877
19년 전 조회 5,667
19년 전 조회 2,349
19년 전 조회 3,405
19년 전 조회 2,971
19년 전 조회 2,324
19년 전 조회 2,835
19년 전 조회 1,685
19년 전 조회 1,852
19년 전 조회 1,944
19년 전 조회 2,112
19년 전 조회 1,783
19년 전 조회 1,926
19년 전 조회 1,885
19년 전 조회 1,964
19년 전 조회 1,638
19년 전 조회 2,754
19년 전 조회 2,081
19년 전 조회 3,343
19년 전 조회 3,382
19년 전 조회 2,638
19년 전 조회 2,711
19년 전 조회 2,540
19년 전 조회 2,792
19년 전 조회 2,795
19년 전 조회 3,271
19년 전 조회 2,979
19년 전 조회 5,386
19년 전 조회 2,217
19년 전 조회 2,291
19년 전 조회 2,127
19년 전 조회 2,035
19년 전 조회 2,032
19년 전 조회 2,238
19년 전 조회 3,303
19년 전 조회 3,168
19년 전 조회 2,954
19년 전 조회 2,653
19년 전 조회 2,740
19년 전 조회 2,397
19년 전 조회 2,433