<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>
<!-- 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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 530 |
|
19년 전 | 1221 | |
| 529 |
|
19년 전 | 1397 | |
| 528 |
|
19년 전 | 1967 | |
| 527 |
사랑과우정
|
19년 전 | 2384 | |
| 526 | 19년 전 | 2865 | ||
| 525 |
|
19년 전 | 2289 | |
| 524 |
|
19년 전 | 1786 | |
| 523 | 19년 전 | 7023 | ||
| 522 |
|
19년 전 | 3715 | |
| 521 | 19년 전 | 2320 | ||
| 520 | 19년 전 | 2352 | ||
| 519 | 19년 전 | 2839 | ||
| 518 |
|
19년 전 | 5765 | |
| 517 |
|
19년 전 | 5537 | |
| 516 |
|
19년 전 | 2241 | |
| 515 |
|
19년 전 | 3283 | |
| 514 | 19년 전 | 2852 | ||
| 513 | 19년 전 | 2206 | ||
| 512 |
개발자관리자
|
19년 전 | 2720 | |
| 511 |
개발자관리자
|
19년 전 | 1569 | |
| 510 |
개발자관리자
|
19년 전 | 1725 | |
| 509 |
개발자관리자
|
19년 전 | 1822 | |
| 508 |
개발자관리자
|
19년 전 | 1992 | |
| 507 |
개발자관리자
|
19년 전 | 1678 | |
| 506 |
개발자관리자
|
19년 전 | 1795 | |
| 505 |
개발자관리자
|
19년 전 | 1763 | |
| 504 |
개발자관리자
|
19년 전 | 1837 | |
| 503 |
개발자관리자
|
19년 전 | 1511 | |
| 502 |
개발자관리자
|
19년 전 | 2634 | |
| 501 | 19년 전 | 1975 | ||
| 500 | 19년 전 | 3229 | ||
| 499 | 19년 전 | 3250 | ||
| 498 | 19년 전 | 2508 | ||
| 497 | 19년 전 | 2596 | ||
| 496 | 19년 전 | 2431 | ||
| 495 | 19년 전 | 2688 | ||
| 494 | 19년 전 | 2670 | ||
| 493 | 19년 전 | 3151 | ||
| 492 | 19년 전 | 2865 | ||
| 491 | 19년 전 | 5281 | ||
| 490 |
|
19년 전 | 2104 | |
| 489 |
|
19년 전 | 2194 | |
| 488 |
|
19년 전 | 1996 | |
| 487 |
|
19년 전 | 1927 | |
| 486 |
|
19년 전 | 1930 | |
| 485 |
|
19년 전 | 2122 | |
| 484 |
|
19년 전 | 3194 | |
| 483 |
|
19년 전 | 3065 | |
| 482 |
|
19년 전 | 2831 | |
| 481 |
|
19년 전 | 2533 | |
| 480 |
|
19년 전 | 2619 | |
| 479 |
|
19년 전 | 2284 | |
| 478 |
|
19년 전 | 2319 | |
| 477 |
개발자관리자
|
19년 전 | 1578 | |
| 476 |
개발자관리자
|
19년 전 | 2302 | |
| 475 |
개발자관리자
|
19년 전 | 2651 | |
| 474 |
개발자관리자
|
19년 전 | 2645 | |
| 473 |
개발자관리자
|
19년 전 | 2953 | |
| 472 | 19년 전 | 2726 | ||
| 471 | 19년 전 | 1701 | ||
| 470 | 19년 전 | 1806 | ||
| 469 |
|
19년 전 | 2709 | |
| 468 |
|
19년 전 | 2207 | |
| 467 |
|
19년 전 | 3974 | |
| 466 |
|
19년 전 | 2483 | |
| 465 | 19년 전 | 2363 | ||
| 464 | 19년 전 | 3509 | ||
| 463 |
|
19년 전 | 3087 | |
| 462 |
|
19년 전 | 2229 | |
| 461 |
|
19년 전 | 3026 | |
| 460 |
|
19년 전 | 2229 | |
| 459 |
|
19년 전 | 3084 | |
| 458 |
|
19년 전 | 3509 | |
| 457 |
|
19년 전 | 5196 | |
| 456 |
|
19년 전 | 3121 | |
| 455 |
스마일미디어
|
19년 전 | 3113 | |
| 454 |
스마일미디어
|
19년 전 | 2697 | |
| 453 |
스마일미디어
|
19년 전 | 2446 | |
| 452 |
스마일미디어
|
19년 전 | 2703 | |
| 451 |
스마일미디어
|
19년 전 | 2426 | |
| 450 |
스마일미디어
|
19년 전 | 2544 | |
| 449 |
스마일미디어
|
19년 전 | 2342 | |
| 448 |
스마일미디어
|
19년 전 | 2682 | |
| 447 | 19년 전 | 2951 | ||
| 446 |
스마일미디어
|
19년 전 | 3235 | |
| 445 |
스마일미디어
|
19년 전 | 7037 | |
| 444 |
스마일미디어
|
19년 전 | 5158 | |
| 443 |
스마일미디어
|
19년 전 | 2413 | |
| 442 |
스마일미디어
|
19년 전 | 5141 | |
| 441 |
스마일미디어
|
19년 전 | 3087 | |
| 440 |
|
19년 전 | 2437 | |
| 439 | 19년 전 | 2133 | ||
| 438 | 19년 전 | 3559 | ||
| 437 |
|
19년 전 | 2865 | |
| 436 |
|
19년 전 | 3243 | |
| 435 |
|
19년 전 | 2865 | |
| 434 | 19년 전 | 3371 | ||
| 433 |
sjsjin
|
19년 전 | 2694 | |
| 432 |
sjsjin
|
19년 전 | 3447 | |
| 431 |
sjsjin
|
19년 전 | 2404 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기