<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7930 | 9년 전 | 378 | ||
| 7929 | 9년 전 | 273 | ||
| 7928 | 9년 전 | 380 | ||
| 7927 | 9년 전 | 301 | ||
| 7926 | 9년 전 | 649 | ||
| 7925 | 9년 전 | 323 | ||
| 7924 | 9년 전 | 294 | ||
| 7923 | 9년 전 | 325 | ||
| 7922 | 9년 전 | 349 | ||
| 7921 | 9년 전 | 379 | ||
| 7920 | 9년 전 | 301 | ||
| 7919 | 9년 전 | 317 | ||
| 7918 | 9년 전 | 478 | ||
| 7917 | 9년 전 | 319 | ||
| 7916 | 9년 전 | 386 | ||
| 7915 | 9년 전 | 375 | ||
| 7914 | 9년 전 | 386 | ||
| 7913 | 9년 전 | 512 | ||
| 7912 | 9년 전 | 387 | ||
| 7911 | 9년 전 | 335 | ||
| 7910 | 9년 전 | 372 | ||
| 7909 | 9년 전 | 476 | ||
| 7908 | 9년 전 | 377 | ||
| 7907 | 9년 전 | 332 | ||
| 7906 | 9년 전 | 344 | ||
| 7905 | 9년 전 | 335 | ||
| 7904 | 9년 전 | 309 | ||
| 7903 | 9년 전 | 310 | ||
| 7902 | 9년 전 | 523 | ||
| 7901 |
|
9년 전 | 719 | |
| 7900 | 9년 전 | 548 | ||
| 7899 | 9년 전 | 352 | ||
| 7898 | 9년 전 | 343 | ||
| 7897 | 9년 전 | 302 | ||
| 7896 | 9년 전 | 329 | ||
| 7895 | 9년 전 | 432 | ||
| 7894 | 9년 전 | 355 | ||
| 7893 | 9년 전 | 294 | ||
| 7892 | 9년 전 | 340 | ||
| 7891 | 9년 전 | 727 | ||
| 7890 | 9년 전 | 1180 | ||
| 7889 | 9년 전 | 738 | ||
| 7888 |
limsy1987
|
9년 전 | 531 | |
| 7887 | 9년 전 | 511 | ||
| 7886 | 9년 전 | 399 | ||
| 7885 | 9년 전 | 370 | ||
| 7884 | 9년 전 | 379 | ||
| 7883 | 9년 전 | 366 | ||
| 7882 | 9년 전 | 384 | ||
| 7881 | 9년 전 | 407 | ||
| 7880 | 9년 전 | 529 | ||
| 7879 | 9년 전 | 426 | ||
| 7878 | 9년 전 | 1169 | ||
| 7877 | 9년 전 | 717 | ||
| 7876 | 9년 전 | 446 | ||
| 7875 | 9년 전 | 519 | ||
| 7874 |
|
9년 전 | 786 | |
| 7873 | 9년 전 | 486 | ||
| 7872 | 9년 전 | 626 | ||
| 7871 | 9년 전 | 453 | ||
| 7870 | 9년 전 | 579 | ||
| 7869 | 9년 전 | 396 | ||
| 7868 | 9년 전 | 392 | ||
| 7867 | 9년 전 | 390 | ||
| 7866 | 9년 전 | 453 | ||
| 7865 | 9년 전 | 410 | ||
| 7864 | 9년 전 | 474 | ||
| 7863 | 9년 전 | 462 | ||
| 7862 | 9년 전 | 441 | ||
| 7861 | 9년 전 | 599 | ||
| 7860 | 9년 전 | 598 | ||
| 7859 | 9년 전 | 375 | ||
| 7858 | 9년 전 | 678 | ||
| 7857 | 9년 전 | 1032 | ||
| 7856 | 9년 전 | 493 | ||
| 7855 | 9년 전 | 711 | ||
| 7854 | 9년 전 | 703 | ||
| 7853 | 9년 전 | 550 | ||
| 7852 | 9년 전 | 475 | ||
| 7851 | 9년 전 | 456 | ||
| 7850 | 9년 전 | 554 | ||
| 7849 | 9년 전 | 325 | ||
| 7848 | 9년 전 | 378 | ||
| 7847 | 9년 전 | 598 | ||
| 7846 | 9년 전 | 419 | ||
| 7845 | 9년 전 | 377 | ||
| 7844 | 9년 전 | 370 | ||
| 7843 | 9년 전 | 383 | ||
| 7842 | 9년 전 | 372 | ||
| 7841 | 9년 전 | 358 | ||
| 7840 | 9년 전 | 367 | ||
| 7839 | 9년 전 | 404 | ||
| 7838 | 9년 전 | 486 | ||
| 7837 | 9년 전 | 331 | ||
| 7836 | 9년 전 | 367 | ||
| 7835 | 9년 전 | 448 | ||
| 7834 |
|
9년 전 | 1176 | |
| 7833 | 9년 전 | 384 | ||
| 7832 | 9년 전 | 387 | ||
| 7831 | 9년 전 | 518 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기