<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 430 | 19년 전 | 4090 | ||
| 429 | 19년 전 | 3287 | ||
| 428 | 19년 전 | 4121 | ||
| 427 | 19년 전 | 3464 | ||
| 426 | 19년 전 | 3096 | ||
| 425 | 19년 전 | 3392 | ||
| 424 | 19년 전 | 2432 | ||
| 423 | 19년 전 | 2844 | ||
| 422 | 19년 전 | 2334 | ||
| 421 | 19년 전 | 3701 | ||
| 420 | 19년 전 | 4727 | ||
| 419 | 19년 전 | 3779 | ||
| 418 |
|
19년 전 | 1727 | |
| 417 | 19년 전 | 2733 | ||
| 416 | 19년 전 | 2382 | ||
| 415 | 19년 전 | 2601 | ||
| 414 | 19년 전 | 4397 | ||
| 413 |
|
19년 전 | 2583 | |
| 412 | 19년 전 | 3031 | ||
| 411 |
|
19년 전 | 2978 | |
| 410 |
|
19년 전 | 3666 | |
| 409 |
|
19년 전 | 3623 | |
| 408 |
|
19년 전 | 1843 | |
| 407 | 19년 전 | 2215 | ||
| 406 | 19년 전 | 2769 | ||
| 405 | 19년 전 | 2435 | ||
| 404 | 19년 전 | 4291 | ||
| 403 | 19년 전 | 3290 | ||
| 402 |
NeoGenesis
|
19년 전 | 4082 | |
| 401 | 19년 전 | 2594 | ||
| 400 |
|
19년 전 | 2480 | |
| 399 | 19년 전 | 2942 | ||
| 398 | 19년 전 | 2475 | ||
| 397 | 19년 전 | 2774 | ||
| 396 | 19년 전 | 2461 | ||
| 395 | 19년 전 | 3167 | ||
| 394 | 19년 전 | 1705 | ||
| 393 | 19년 전 | 2980 | ||
| 392 | 19년 전 | 2242 | ||
| 391 | 19년 전 | 2171 | ||
| 390 | 19년 전 | 2268 | ||
| 389 | 19년 전 | 2634 | ||
| 388 | 19년 전 | 2131 | ||
| 387 | 19년 전 | 4469 | ||
| 386 |
|
19년 전 | 2674 | |
| 385 |
|
19년 전 | 2465 | |
| 384 | 19년 전 | 2987 | ||
| 383 | 19년 전 | 3037 | ||
| 382 | 19년 전 | 3089 | ||
| 381 |
|
19년 전 | 2624 | |
| 380 |
|
19년 전 | 3003 | |
| 379 | 19년 전 | 2540 | ||
| 378 | 19년 전 | 2198 | ||
| 377 | 19년 전 | 2772 | ||
| 376 | 19년 전 | 2463 | ||
| 375 |
|
19년 전 | 2548 | |
| 374 | 19년 전 | 3799 | ||
| 373 | 19년 전 | 3258 | ||
| 372 | 19년 전 | 4977 | ||
| 371 |
세은아빠2
|
19년 전 | 2404 | |
| 370 | 19년 전 | 4494 | ||
| 369 | 19년 전 | 3095 | ||
| 368 | 19년 전 | 2882 | ||
| 367 | 19년 전 | 3717 | ||
| 366 | 19년 전 | 2630 | ||
| 365 | 19년 전 | 3721 | ||
| 364 | 19년 전 | 4002 | ||
| 363 | 19년 전 | 3425 | ||
| 362 | 19년 전 | 3469 | ||
| 361 | 19년 전 | 4089 | ||
| 360 |
hwatta
|
19년 전 | 2348 | |
| 359 | 19년 전 | 5091 | ||
| 358 | 19년 전 | 3641 | ||
| 357 | 19년 전 | 2583 | ||
| 356 |
sdesign1s
|
19년 전 | 2265 | |
| 355 | 20년 전 | 2732 | ||
| 354 | 20년 전 | 3018 | ||
| 353 | 20년 전 | 2783 | ||
| 352 |
|
20년 전 | 5761 | |
| 351 |
|
20년 전 | 2693 | |
| 350 |
|
20년 전 | 4275 | |
| 349 |
hwatta
|
20년 전 | 2171 | |
| 348 | 20년 전 | 7298 | ||
| 347 | 20년 전 | 2404 | ||
| 346 | 20년 전 | 3490 | ||
| 345 | 20년 전 | 4293 | ||
| 344 | 20년 전 | 2622 | ||
| 343 | 20년 전 | 3908 | ||
| 342 | 20년 전 | 3051 | ||
| 341 | 20년 전 | 4076 | ||
| 340 |
|
20년 전 | 5113 | |
| 339 |
|
20년 전 | 4220 | |
| 338 | 20년 전 | 5848 | ||
| 337 | 20년 전 | 2025 | ||
| 336 |
|
20년 전 | 3301 | |
| 335 |
|
20년 전 | 3526 | |
| 334 |
|
20년 전 | 2909 | |
| 333 |
hwatta
|
20년 전 | 2422 | |
| 332 | 20년 전 | 4643 | ||
| 331 | 20년 전 | 2259 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기