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,909
19년 전 조회 1,839
19년 전 조회 2,335
19년 전 조회 5,554
19년 전 조회 6,844
19년 전 조회 2,694
19년 전 조회 2,259
19년 전 조회 2,730
19년 전 조회 3,402
19년 전 조회 3,636
19년 전 조회 3,113
19년 전 조회 2,736
19년 전 조회 4,845
19년 전 조회 6,843
19년 전 조회 5,118
19년 전 조회 6,083
19년 전 조회 2,809
19년 전 조회 2,627
19년 전 조회 2,336
19년 전 조회 2,435
19년 전 조회 4,737
19년 전 조회 4,794
19년 전 조회 2,652
19년 전 조회 2,306
19년 전 조회 2,641
19년 전 조회 3,271
19년 전 조회 3,056
19년 전 조회 2,036
19년 전 조회 2,099
19년 전 조회 3,273
19년 전 조회 2,490
19년 전 조회 3,757
19년 전 조회 2,696
19년 전 조회 1,987
19년 전 조회 2,602
19년 전 조회 1,857
19년 전 조회 1,536
19년 전 조회 1,663
19년 전 조회 1,947
19년 전 조회 1,711
19년 전 조회 1,904
19년 전 조회 1,694
19년 전 조회 2,091
19년 전 조회 1,976
19년 전 조회 1,587
19년 전 조회 1,584
19년 전 조회 1,487
19년 전 조회 1,365
19년 전 조회 1,541
19년 전 조회 2,112
19년 전 조회 2,518
19년 전 조회 3,024
19년 전 조회 2,445
19년 전 조회 1,936
19년 전 조회 7,158
19년 전 조회 3,859
19년 전 조회 2,470
19년 전 조회 2,484
19년 전 조회 2,977
19년 전 조회 5,901
19년 전 조회 5,689
19년 전 조회 2,373
19년 전 조회 3,425
19년 전 조회 2,991
19년 전 조회 2,347
19년 전 조회 2,866
19년 전 조회 1,717
19년 전 조회 1,870
19년 전 조회 1,966
19년 전 조회 2,139
19년 전 조회 1,804
19년 전 조회 1,950
19년 전 조회 1,909
19년 전 조회 1,991
19년 전 조회 1,658
19년 전 조회 2,779
19년 전 조회 2,104
19년 전 조회 3,373
19년 전 조회 3,404
19년 전 조회 2,658
19년 전 조회 2,740
19년 전 조회 2,566
19년 전 조회 2,819
19년 전 조회 2,816
19년 전 조회 3,287
19년 전 조회 3,002
19년 전 조회 5,409
19년 전 조회 2,234
19년 전 조회 2,316
19년 전 조회 2,142
19년 전 조회 2,055
19년 전 조회 2,059
19년 전 조회 2,259
19년 전 조회 3,334
19년 전 조회 3,191
19년 전 조회 2,978
19년 전 조회 2,676
19년 전 조회 2,766
19년 전 조회 2,422
19년 전 조회 2,465