E

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

· 2006-05-11 (목) 10:41:57 · 2951
<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>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

8,188건
+
제목 글쓴이 날짜 조회
06-09-11 조회 3,224
06-09-10 조회 3,051
06-09-05 조회 5,388
06-09-02 조회 3,858
06-09-01 조회 3,217
06-09-01 조회 3,527
06-08-27 조회 3,318
06-08-27 조회 3,074
06-08-27 조회 2,825
06-08-27 조회 2,577
06-08-27 조회 2,485
06-08-25 조회 3,996
06-08-25 조회 2,482
06-08-23 조회 4,831
06-08-20 조회 3,566
06-08-19 조회 3,406
06-08-18 조회 2,829
06-08-18 조회 2,942
06-08-11 조회 4,105
06-08-10 조회 2,786
06-08-06 조회 4,461
06-08-05 조회 3,236
06-08-05 조회 2,734
06-07-31 조회 3,382
06-07-30 조회 2,923
06-07-29 조회 3,342
06-07-26 조회 2,857
06-07-26 조회 3,250
06-07-25 조회 3,732
06-07-20 조회 3,399
06-07-20 조회 3,661
06-07-19 조회 3,813
06-07-19 조회 2,879
06-07-19 조회 4,729
06-07-14 조회 3,675
06-07-13 조회 3,973
06-07-11 조회 3,038
06-07-11 조회 2,773
06-07-11 조회 4,714
06-07-11 조회 2,547
06-07-11 조회 2,916
06-06-24 조회 3,967
06-06-24 조회 3,422
06-06-13 조회 4,370
06-06-13 조회 3,273
06-06-11 조회 3,159
06-06-08 조회 3,225
06-06-08 조회 3,380
06-06-08 조회 3,803
06-06-07 조회 3,676
06-06-05 조회 3,893
06-06-02 조회 3,454
06-06-01 조회 4,110
06-05-28 조회 3,769
06-05-26 조회 4,338
06-05-22 조회 3,169
06-05-15 조회 3,627
06-05-14 조회 6,989
06-05-11 조회 3,539
06-05-11 조회 4,132
06-05-11 조회 3,601
06-05-11 조회 2,495
06-05-11 조회 2,763
06-05-11 조회 2,416
06-05-10 조회 3,888
06-05-09 조회 4,768
06-05-07 조회 2,570
06-05-07 조회 2,810
06-05-07 조회 2,515
06-05-06 조회 3,696
06-04-28 조회 3,366
06-04-25 조회 3,734
06-04-25 조회 3,466
06-04-22 조회 3,483
06-04-18 조회 4,488
06-04-14 조회 5,135
06-03-27 조회 3,801
06-03-06 조회 3,805
06-03-05 조회 5,110
06-02-24 조회 3,756
06-02-23 조회 4,171
06-02-22 조회 3,993
06-02-22 조회 3,300
06-01-15 조회 3,631
06-01-10 조회 3,595
06-01-05 조회 4,782
05-12-30 조회 5,496
05-12-23 조회 3,631
05-12-01 조회 3,364
05-09-29 조회 4,480
05-09-27 조회 4,868
05-09-22 조회 6,087
05-09-15 조회 3,012
05-09-08 조회 3,910
05-09-05 조회 5,618
05-09-01 조회 4,700
05-09-01 조회 5,817
05-08-21 조회 3,255
05-08-18 조회 3,597
05-08-17 조회 3,715