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년 전 조회 4,035
19년 전 조회 1,964
19년 전 조회 2,453
19년 전 조회 5,668
19년 전 조회 6,978
19년 전 조회 2,806
19년 전 조회 2,388
19년 전 조회 2,869
19년 전 조회 3,514
19년 전 조회 3,751
19년 전 조회 3,226
19년 전 조회 2,871
19년 전 조회 4,961
19년 전 조회 6,985
19년 전 조회 5,244
19년 전 조회 6,213
19년 전 조회 2,933
19년 전 조회 2,757
19년 전 조회 2,466
19년 전 조회 2,559
19년 전 조회 4,866
19년 전 조회 4,911
19년 전 조회 2,777
19년 전 조회 2,422
19년 전 조회 2,753
19년 전 조회 3,387
19년 전 조회 3,165
19년 전 조회 2,152
19년 전 조회 2,214
19년 전 조회 3,386
19년 전 조회 2,600
19년 전 조회 3,864
19년 전 조회 2,806
19년 전 조회 2,091
19년 전 조회 2,726
19년 전 조회 1,981
19년 전 조회 1,668
19년 전 조회 1,785
19년 전 조회 2,076
19년 전 조회 1,815
19년 전 조회 2,017
19년 전 조회 1,810
19년 전 조회 2,206
19년 전 조회 2,097
19년 전 조회 1,716
19년 전 조회 1,701
19년 전 조회 1,599
19년 전 조회 1,469
19년 전 조회 1,653
19년 전 조회 2,218
19년 전 조회 2,640
19년 전 조회 3,137
19년 전 조회 2,552
19년 전 조회 2,048
19년 전 조회 7,281
19년 전 조회 3,984
19년 전 조회 2,566
19년 전 조회 2,605
19년 전 조회 3,108
19년 전 조회 6,018
19년 전 조회 5,820
19년 전 조회 2,481
19년 전 조회 3,533
19년 전 조회 3,099
19년 전 조회 2,463
19년 전 조회 2,981
19년 전 조회 1,833
19년 전 조회 1,976
19년 전 조회 2,082
19년 전 조회 2,256
19년 전 조회 1,921
19년 전 조회 2,061
19년 전 조회 2,017
19년 전 조회 2,103
19년 전 조회 1,771
19년 전 조회 2,895
19년 전 조회 2,216
19년 전 조회 3,483
19년 전 조회 3,539
19년 전 조회 2,778
19년 전 조회 2,857
19년 전 조회 2,690
19년 전 조회 2,932
19년 전 조회 2,938
19년 전 조회 3,404
19년 전 조회 3,122
19년 전 조회 5,524
19년 전 조회 2,353
19년 전 조회 2,400
19년 전 조회 2,264
19년 전 조회 2,180
19년 전 조회 2,184
19년 전 조회 2,387
19년 전 조회 3,462
19년 전 조회 3,311
19년 전 조회 3,103
19년 전 조회 2,784
19년 전 조회 2,882
19년 전 조회 2,551
19년 전 조회 2,587