<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년 전 | 1222 | |
| 529 |
|
19년 전 | 1404 | |
| 528 |
|
19년 전 | 1971 | |
| 527 |
사랑과우정
|
19년 전 | 2384 | |
| 526 | 19년 전 | 2867 | ||
| 525 |
|
19년 전 | 2289 | |
| 524 |
|
19년 전 | 1792 | |
| 523 | 19년 전 | 7029 | ||
| 522 |
|
19년 전 | 3721 | |
| 521 | 19년 전 | 2323 | ||
| 520 | 19년 전 | 2361 | ||
| 519 | 19년 전 | 2854 | ||
| 518 |
|
19년 전 | 5768 | |
| 517 |
|
19년 전 | 5544 | |
| 516 |
|
19년 전 | 2246 | |
| 515 |
|
19년 전 | 3286 | |
| 514 | 19년 전 | 2855 | ||
| 513 | 19년 전 | 2210 | ||
| 512 |
개발자관리자
|
19년 전 | 2721 | |
| 511 |
개발자관리자
|
19년 전 | 1575 | |
| 510 |
개발자관리자
|
19년 전 | 1734 | |
| 509 |
개발자관리자
|
19년 전 | 1827 | |
| 508 |
개발자관리자
|
19년 전 | 1999 | |
| 507 |
개발자관리자
|
19년 전 | 1679 | |
| 506 |
개발자관리자
|
19년 전 | 1800 | |
| 505 |
개발자관리자
|
19년 전 | 1767 | |
| 504 |
개발자관리자
|
19년 전 | 1843 | |
| 503 |
개발자관리자
|
19년 전 | 1516 | |
| 502 |
개발자관리자
|
19년 전 | 2639 | |
| 501 | 19년 전 | 1981 | ||
| 500 | 19년 전 | 3231 | ||
| 499 | 19년 전 | 3258 | ||
| 498 | 19년 전 | 2513 | ||
| 497 | 19년 전 | 2597 | ||
| 496 | 19년 전 | 2433 | ||
| 495 | 19년 전 | 2695 | ||
| 494 | 19년 전 | 2673 | ||
| 493 | 19년 전 | 3164 | ||
| 492 | 19년 전 | 2874 | ||
| 491 | 19년 전 | 5288 | ||
| 490 |
|
19년 전 | 2116 | |
| 489 |
|
19년 전 | 2198 | |
| 488 |
|
19년 전 | 1999 | |
| 487 |
|
19년 전 | 1934 | |
| 486 |
|
19년 전 | 1932 | |
| 485 |
|
19년 전 | 2127 | |
| 484 |
|
19년 전 | 3200 | |
| 483 |
|
19년 전 | 3077 | |
| 482 |
|
19년 전 | 2840 | |
| 481 |
|
19년 전 | 2534 | |
| 480 |
|
19년 전 | 2622 | |
| 479 |
|
19년 전 | 2289 | |
| 478 |
|
19년 전 | 2321 | |
| 477 |
개발자관리자
|
19년 전 | 1580 | |
| 476 |
개발자관리자
|
19년 전 | 2304 | |
| 475 |
개발자관리자
|
19년 전 | 2653 | |
| 474 |
개발자관리자
|
19년 전 | 2649 | |
| 473 |
개발자관리자
|
19년 전 | 2960 | |
| 472 | 19년 전 | 2729 | ||
| 471 | 19년 전 | 1711 | ||
| 470 | 19년 전 | 1812 | ||
| 469 |
|
19년 전 | 2712 | |
| 468 |
|
19년 전 | 2212 | |
| 467 |
|
19년 전 | 3980 | |
| 466 |
|
19년 전 | 2491 | |
| 465 | 19년 전 | 2367 | ||
| 464 | 19년 전 | 3513 | ||
| 463 |
|
19년 전 | 3093 | |
| 462 |
|
19년 전 | 2235 | |
| 461 |
|
19년 전 | 3027 | |
| 460 |
|
19년 전 | 2232 | |
| 459 |
|
19년 전 | 3089 | |
| 458 |
|
19년 전 | 3509 | |
| 457 |
|
19년 전 | 5204 | |
| 456 |
|
19년 전 | 3122 | |
| 455 |
스마일미디어
|
19년 전 | 3121 | |
| 454 |
스마일미디어
|
19년 전 | 2706 | |
| 453 |
스마일미디어
|
19년 전 | 2451 | |
| 452 |
스마일미디어
|
19년 전 | 2707 | |
| 451 |
스마일미디어
|
19년 전 | 2430 | |
| 450 |
스마일미디어
|
19년 전 | 2551 | |
| 449 |
스마일미디어
|
19년 전 | 2351 | |
| 448 |
스마일미디어
|
19년 전 | 2688 | |
| 447 | 19년 전 | 2954 | ||
| 446 |
스마일미디어
|
19년 전 | 3239 | |
| 445 |
스마일미디어
|
19년 전 | 7040 | |
| 444 |
스마일미디어
|
19년 전 | 5164 | |
| 443 |
스마일미디어
|
19년 전 | 2415 | |
| 442 |
스마일미디어
|
19년 전 | 5147 | |
| 441 |
스마일미디어
|
19년 전 | 3089 | |
| 440 |
|
19년 전 | 2442 | |
| 439 | 19년 전 | 2138 | ||
| 438 | 19년 전 | 3563 | ||
| 437 |
|
19년 전 | 2866 | |
| 436 |
|
19년 전 | 3244 | |
| 435 |
|
19년 전 | 2876 | |
| 434 | 19년 전 | 3374 | ||
| 433 |
sjsjin
|
19년 전 | 2702 | |
| 432 |
sjsjin
|
19년 전 | 3450 | |
| 431 |
sjsjin
|
19년 전 | 2409 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기