<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년 전 | 1248 | |
| 529 |
|
19년 전 | 1436 | |
| 528 |
|
19년 전 | 1988 | |
| 527 |
사랑과우정
|
19년 전 | 2399 | |
| 526 | 19년 전 | 2881 | ||
| 525 |
|
19년 전 | 2314 | |
| 524 |
|
19년 전 | 1820 | |
| 523 | 19년 전 | 7065 | ||
| 522 |
|
19년 전 | 3746 | |
| 521 | 19년 전 | 2361 | ||
| 520 | 19년 전 | 2413 | ||
| 519 | 19년 전 | 2918 | ||
| 518 |
|
19년 전 | 5808 | |
| 517 |
|
19년 전 | 5576 | |
| 516 |
|
19년 전 | 2283 | |
| 515 |
|
19년 전 | 3327 | |
| 514 | 19년 전 | 2883 | ||
| 513 | 19년 전 | 2235 | ||
| 512 |
개발자관리자
|
19년 전 | 2743 | |
| 511 |
개발자관리자
|
19년 전 | 1599 | |
| 510 |
개발자관리자
|
19년 전 | 1765 | |
| 509 |
개발자관리자
|
19년 전 | 1877 | |
| 508 |
개발자관리자
|
19년 전 | 2022 | |
| 507 |
개발자관리자
|
19년 전 | 1702 | |
| 506 |
개발자관리자
|
19년 전 | 1828 | |
| 505 |
개발자관리자
|
19년 전 | 1793 | |
| 504 |
개발자관리자
|
19년 전 | 1870 | |
| 503 |
개발자관리자
|
19년 전 | 1532 | |
| 502 |
개발자관리자
|
19년 전 | 2673 | |
| 501 | 19년 전 | 2022 | ||
| 500 | 19년 전 | 3251 | ||
| 499 | 19년 전 | 3279 | ||
| 498 | 19년 전 | 2540 | ||
| 497 | 19년 전 | 2613 | ||
| 496 | 19년 전 | 2467 | ||
| 495 | 19년 전 | 2712 | ||
| 494 | 19년 전 | 2691 | ||
| 493 | 19년 전 | 3205 | ||
| 492 | 19년 전 | 2918 | ||
| 491 | 19년 전 | 5342 | ||
| 490 |
|
19년 전 | 2140 | |
| 489 |
|
19년 전 | 2225 | |
| 488 |
|
19년 전 | 2031 | |
| 487 |
|
19년 전 | 1959 | |
| 486 |
|
19년 전 | 1962 | |
| 485 |
|
19년 전 | 2168 | |
| 484 |
|
19년 전 | 3231 | |
| 483 |
|
19년 전 | 3118 | |
| 482 |
|
19년 전 | 2873 | |
| 481 |
|
19년 전 | 2575 | |
| 480 |
|
19년 전 | 2647 | |
| 479 |
|
19년 전 | 2322 | |
| 478 |
|
19년 전 | 2350 | |
| 477 |
개발자관리자
|
19년 전 | 1612 | |
| 476 |
개발자관리자
|
19년 전 | 2322 | |
| 475 |
개발자관리자
|
19년 전 | 2674 | |
| 474 |
개발자관리자
|
19년 전 | 2676 | |
| 473 |
개발자관리자
|
19년 전 | 2990 | |
| 472 | 19년 전 | 2756 | ||
| 471 | 19년 전 | 1755 | ||
| 470 | 19년 전 | 1850 | ||
| 469 |
|
19년 전 | 2756 | |
| 468 |
|
19년 전 | 2242 | |
| 467 |
|
19년 전 | 4014 | |
| 466 |
|
19년 전 | 2535 | |
| 465 | 19년 전 | 2397 | ||
| 464 | 19년 전 | 3544 | ||
| 463 |
|
19년 전 | 3117 | |
| 462 |
|
19년 전 | 2260 | |
| 461 |
|
19년 전 | 3058 | |
| 460 |
|
19년 전 | 2261 | |
| 459 |
|
19년 전 | 3136 | |
| 458 |
|
19년 전 | 3556 | |
| 457 |
|
19년 전 | 5229 | |
| 456 |
|
19년 전 | 3152 | |
| 455 |
스마일미디어
|
19년 전 | 3144 | |
| 454 |
스마일미디어
|
19년 전 | 2744 | |
| 453 |
스마일미디어
|
19년 전 | 2485 | |
| 452 |
스마일미디어
|
19년 전 | 2741 | |
| 451 |
스마일미디어
|
19년 전 | 2461 | |
| 450 |
스마일미디어
|
19년 전 | 2590 | |
| 449 |
스마일미디어
|
19년 전 | 2379 | |
| 448 |
스마일미디어
|
19년 전 | 2703 | |
| 447 | 19년 전 | 2970 | ||
| 446 |
스마일미디어
|
19년 전 | 3254 | |
| 445 |
스마일미디어
|
19년 전 | 7058 | |
| 444 |
스마일미디어
|
19년 전 | 5176 | |
| 443 |
스마일미디어
|
19년 전 | 2443 | |
| 442 |
스마일미디어
|
19년 전 | 5186 | |
| 441 |
스마일미디어
|
19년 전 | 3120 | |
| 440 |
|
19년 전 | 2488 | |
| 439 | 19년 전 | 2180 | ||
| 438 | 19년 전 | 3578 | ||
| 437 |
|
19년 전 | 2875 | |
| 436 |
|
19년 전 | 3259 | |
| 435 |
|
19년 전 | 2902 | |
| 434 | 19년 전 | 3398 | ||
| 433 |
sjsjin
|
19년 전 | 2732 | |
| 432 |
sjsjin
|
19년 전 | 3467 | |
| 431 |
sjsjin
|
19년 전 | 2434 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기