<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7830 | 9년 전 | 380 | ||
| 7829 |
|
9년 전 | 558 | |
| 7828 | 9년 전 | 491 | ||
| 7827 | 9년 전 | 376 | ||
| 7826 | 9년 전 | 383 | ||
| 7825 | 9년 전 | 437 | ||
| 7824 | 9년 전 | 418 | ||
| 7823 | 9년 전 | 325 | ||
| 7822 | 9년 전 | 322 | ||
| 7821 | 9년 전 | 266 | ||
| 7820 | 9년 전 | 322 | ||
| 7819 |
|
9년 전 | 726 | |
| 7818 | 10년 전 | 339 | ||
| 7817 | 10년 전 | 461 | ||
| 7816 | 10년 전 | 362 | ||
| 7815 | 10년 전 | 568 | ||
| 7814 | 10년 전 | 393 | ||
| 7813 | 10년 전 | 338 | ||
| 7812 | 10년 전 | 348 | ||
| 7811 | 10년 전 | 365 | ||
| 7810 | 10년 전 | 500 | ||
| 7809 | 10년 전 | 440 | ||
| 7808 | 10년 전 | 308 | ||
| 7807 | 10년 전 | 365 | ||
| 7806 |
프로그래머7
|
10년 전 | 1309 | |
| 7805 | 10년 전 | 1230 | ||
| 7804 |
zahir1312
|
10년 전 | 747 | |
| 7803 |
|
10년 전 | 1348 | |
| 7802 | 10년 전 | 408 | ||
| 7801 | 10년 전 | 834 | ||
| 7800 | 10년 전 | 1059 | ||
| 7799 | 10년 전 | 508 | ||
| 7798 | 10년 전 | 463 | ||
| 7797 | 10년 전 | 457 | ||
| 7796 | 10년 전 | 304 | ||
| 7795 | 10년 전 | 457 | ||
| 7794 | 10년 전 | 485 | ||
| 7793 | 10년 전 | 1005 | ||
| 7792 | 10년 전 | 411 | ||
| 7791 | 10년 전 | 495 | ||
| 7790 | 10년 전 | 461 | ||
| 7789 |
fbastore
|
10년 전 | 1406 | |
| 7788 | 10년 전 | 496 | ||
| 7787 | 10년 전 | 358 | ||
| 7786 | 10년 전 | 512 | ||
| 7785 | 10년 전 | 533 | ||
| 7784 | 10년 전 | 598 | ||
| 7783 | 10년 전 | 400 | ||
| 7782 | 10년 전 | 449 | ||
| 7781 | 10년 전 | 861 | ||
| 7780 | 10년 전 | 783 | ||
| 7779 | 10년 전 | 752 | ||
| 7778 | 10년 전 | 319 | ||
| 7777 | 10년 전 | 406 | ||
| 7776 | 10년 전 | 410 | ||
| 7775 | 10년 전 | 345 | ||
| 7774 | 10년 전 | 604 | ||
| 7773 | 10년 전 | 332 | ||
| 7772 | 10년 전 | 671 | ||
| 7771 | 10년 전 | 333 | ||
| 7770 | 10년 전 | 616 | ||
| 7769 | 10년 전 | 335 | ||
| 7768 | 10년 전 | 549 | ||
| 7767 | 10년 전 | 1121 | ||
| 7766 | 10년 전 | 445 | ||
| 7765 | 10년 전 | 484 | ||
| 7764 |
잘살아보자
|
10년 전 | 329 | |
| 7763 |
|
10년 전 | 1403 | |
| 7762 |
Tosea
|
10년 전 | 1023 | |
| 7761 | 10년 전 | 614 | ||
| 7760 |
잘살아보자
|
10년 전 | 611 | |
| 7759 |
잘살아보자
|
10년 전 | 431 | |
| 7758 |
잘살아보자
|
10년 전 | 539 | |
| 7757 | 10년 전 | 1187 | ||
| 7756 |
ITBANK
|
10년 전 | 1220 | |
| 7755 | 10년 전 | 1899 | ||
| 7754 | 10년 전 | 1004 | ||
| 7753 | 10년 전 | 846 | ||
| 7752 | 10년 전 | 1351 | ||
| 7751 |
잘살아보자
|
10년 전 | 477 | |
| 7750 |
잘살아보자
|
10년 전 | 443 | |
| 7749 |
잘살아보자
|
10년 전 | 445 | |
| 7748 |
잘살아보자
|
10년 전 | 424 | |
| 7747 |
잘살아보자
|
10년 전 | 519 | |
| 7746 |
잘살아보자
|
10년 전 | 638 | |
| 7745 |
잘살아보자
|
10년 전 | 880 | |
| 7744 |
잘살아보자
|
10년 전 | 393 | |
| 7743 | 10년 전 | 913 | ||
| 7742 |
starbros
|
10년 전 | 791 | |
| 7741 |
잘살아보자
|
10년 전 | 616 | |
| 7740 |
잘살아보자
|
10년 전 | 482 | |
| 7739 |
잘살아보자
|
10년 전 | 440 | |
| 7738 |
잘살아보자
|
10년 전 | 494 | |
| 7737 |
잘살아보자
|
10년 전 | 452 | |
| 7736 |
잘살아보자
|
10년 전 | 473 | |
| 7735 |
잘살아보자
|
10년 전 | 807 | |
| 7734 |
잘살아보자
|
10년 전 | 404 | |
| 7733 |
잘살아보자
|
10년 전 | 500 | |
| 7732 |
잘살아보자
|
10년 전 | 655 | |
| 7731 |
잘살아보자
|
10년 전 | 583 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기