<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7330 | 11년 전 | 1701 | ||
| 7329 | 11년 전 | 949 | ||
| 7328 | 11년 전 | 2243 | ||
| 7327 | 11년 전 | 1731 | ||
| 7326 | 11년 전 | 3832 | ||
| 7325 | 11년 전 | 2294 | ||
| 7324 | 11년 전 | 4533 | ||
| 7323 |
호식이와미돌
|
11년 전 | 1311 | |
| 7322 |
호식이와미돌
|
11년 전 | 1160 | |
| 7321 | 11년 전 | 1807 | ||
| 7320 | 11년 전 | 1780 | ||
| 7319 | 11년 전 | 1337 | ||
| 7318 |
|
11년 전 | 994 | |
| 7317 |
멋진남자임
|
11년 전 | 1633 | |
| 7316 |
잘살아보자
|
11년 전 | 1001 | |
| 7315 | 11년 전 | 1125 | ||
| 7314 | 11년 전 | 1344 | ||
| 7313 |
잘살아보자
|
11년 전 | 1139 | |
| 7312 | 11년 전 | 899 | ||
| 7311 |
사랑한데이
|
11년 전 | 2095 | |
| 7310 |
잘살아보자
|
11년 전 | 1908 | |
| 7309 |
잘살아보자
|
11년 전 | 3068 | |
| 7308 |
잘살아보자
|
11년 전 | 1030 | |
| 7307 |
잘살아보자
|
11년 전 | 790 | |
| 7306 | 11년 전 | 890 | ||
| 7305 |
잘살아보자
|
11년 전 | 2763 | |
| 7304 | 11년 전 | 1048 | ||
| 7303 | 11년 전 | 1246 | ||
| 7302 | 11년 전 | 756 | ||
| 7301 | 11년 전 | 1540 | ||
| 7300 |
mijaya
|
11년 전 | 1511 | |
| 7299 | 11년 전 | 930 | ||
| 7298 | 11년 전 | 1108 | ||
| 7297 | 11년 전 | 786 | ||
| 7296 | 11년 전 | 750 | ||
| 7295 | 11년 전 | 1577 | ||
| 7294 | 11년 전 | 930 | ||
| 7293 | 11년 전 | 826 | ||
| 7292 | 11년 전 | 915 | ||
| 7291 |
잘살아보자
|
11년 전 | 1105 | |
| 7290 |
잘살아보자
|
11년 전 | 780 | |
| 7289 | 11년 전 | 821 | ||
| 7288 |
잘살아보자
|
11년 전 | 1348 | |
| 7287 | 11년 전 | 847 | ||
| 7286 |
잘살아보자
|
11년 전 | 1348 | |
| 7285 | 11년 전 | 841 | ||
| 7284 | 11년 전 | 991 | ||
| 7283 | 11년 전 | 1018 | ||
| 7282 | 11년 전 | 786 | ||
| 7281 | 11년 전 | 822 | ||
| 7280 | 11년 전 | 1068 | ||
| 7279 | 11년 전 | 1986 | ||
| 7278 | 11년 전 | 825 | ||
| 7277 | 11년 전 | 834 | ||
| 7276 | 11년 전 | 765 | ||
| 7275 | 11년 전 | 1193 | ||
| 7274 | 11년 전 | 833 | ||
| 7273 | 11년 전 | 758 | ||
| 7272 | 11년 전 | 1080 | ||
| 7271 | 11년 전 | 1409 | ||
| 7270 | 11년 전 | 1033 | ||
| 7269 | 11년 전 | 972 | ||
| 7268 | 11년 전 | 1007 | ||
| 7267 | 11년 전 | 1851 | ||
| 7266 | 11년 전 | 907 | ||
| 7265 | 11년 전 | 964 | ||
| 7264 |
잘살아보자
|
11년 전 | 2729 | |
| 7263 |
잘살아보자
|
11년 전 | 2268 | |
| 7262 |
잘살아보자
|
11년 전 | 1146 | |
| 7261 |
잘살아보자
|
11년 전 | 1639 | |
| 7260 |
잘살아보자
|
11년 전 | 1261 | |
| 7259 | 11년 전 | 1176 | ||
| 7258 |
잘살아보자
|
11년 전 | 1307 | |
| 7257 |
잘살아보자
|
11년 전 | 1907 | |
| 7256 | 11년 전 | 956 | ||
| 7255 |
그누5입문
|
11년 전 | 1961 | |
| 7254 | 11년 전 | 2175 | ||
| 7253 |
|
11년 전 | 874 | |
| 7252 | 11년 전 | 1013 | ||
| 7251 | 11년 전 | 725 | ||
| 7250 | 11년 전 | 1697 | ||
| 7249 | 11년 전 | 1554 | ||
| 7248 |
sogo87
|
11년 전 | 1050 | |
| 7247 | 11년 전 | 947 | ||
| 7246 | 11년 전 | 715 | ||
| 7245 |
잘살아보자
|
11년 전 | 1091 | |
| 7244 | 11년 전 | 1541 | ||
| 7243 |
presee
|
11년 전 | 607 | |
| 7242 |
sogo87
|
11년 전 | 795 | |
| 7241 | 11년 전 | 914 | ||
| 7240 |
브라이언2
|
11년 전 | 922 | |
| 7239 |
|
11년 전 | 1139 | |
| 7238 | 11년 전 | 2637 | ||
| 7237 |
잘살아보자
|
11년 전 | 2278 | |
| 7236 |
dethos79
|
11년 전 | 1851 | |
| 7235 |
멋진남자임
|
11년 전 | 1416 | |
| 7234 | 11년 전 | 1357 | ||
| 7233 | 11년 전 | 2332 | ||
| 7232 | 11년 전 | 1610 | ||
| 7231 | 11년 전 | 2792 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기