<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 330 |
prosper
|
20년 전 | 2251 | |
| 329 |
prosper
|
20년 전 | 1863 | |
| 328 |
prosper
|
20년 전 | 1675 | |
| 327 | 20년 전 | 3751 | ||
| 326 | 20년 전 | 4833 | ||
| 325 |
hwatta
|
20년 전 | 2460 | |
| 324 |
|
20년 전 | 3128 | |
| 323 | 20년 전 | 5839 | ||
| 322 |
hwatta
|
20년 전 | 2827 | |
| 321 |
hwatta
|
20년 전 | 2303 | |
| 320 |
yesmoa
|
20년 전 | 4560 | |
| 319 | 20년 전 | 2664 | ||
| 318 | 20년 전 | 2229 | ||
| 317 |
kyodon
|
20년 전 | 2755 | |
| 316 | 20년 전 | 2563 | ||
| 315 |
|
20년 전 | 2871 | |
| 314 |
|
20년 전 | 3323 | |
| 313 |
|
20년 전 | 2630 | |
| 312 |
yesmoa
|
20년 전 | 4702 | |
| 311 | 20년 전 | 3256 | ||
| 310 |
홀로남은자
|
20년 전 | 4545 | |
| 309 | 20년 전 | 3001 | ||
| 308 | 20년 전 | 4115 | ||
| 307 | 20년 전 | 4346 | ||
| 306 | 20년 전 | 7020 | ||
| 305 | 20년 전 | 3859 | ||
| 304 | 20년 전 | 2751 | ||
| 303 |
크리스탈처럼
|
20년 전 | 4384 | |
| 302 | 20년 전 | 2196 | ||
| 301 |
|
20년 전 | 4313 | |
| 300 | 20년 전 | 3782 | ||
| 299 | 20년 전 | 2589 | ||
| 298 | 20년 전 | 4814 | ||
| 297 |
|
20년 전 | 2517 | |
| 296 | 20년 전 | 4513 | ||
| 295 | 20년 전 | 3558 | ||
| 294 | 20년 전 | 3584 | ||
| 293 | 20년 전 | 3807 | ||
| 292 | 20년 전 | 3196 | ||
| 291 |
yesmoa
|
20년 전 | 5925 | |
| 290 | 20년 전 | 2931 | ||
| 289 | 20년 전 | 5833 | ||
| 288 |
|
20년 전 | 2364 | |
| 287 |
|
20년 전 | 1779 | |
| 286 |
|
20년 전 | 2135 | |
| 285 |
|
20년 전 | 3529 | |
| 284 |
|
20년 전 | 2026 | |
| 283 |
|
20년 전 | 4397 | |
| 282 | 20년 전 | 3379 | ||
| 281 |
|
20년 전 | 2197 | |
| 280 |
|
20년 전 | 7792 | |
| 279 | 20년 전 | 5536 | ||
| 278 | 20년 전 | 2981 | ||
| 277 |
|
20년 전 | 5562 | |
| 276 | 20년 전 | 2350 | ||
| 275 | 20년 전 | 2594 | ||
| 274 | 20년 전 | 2368 | ||
| 273 | 20년 전 | 2206 | ||
| 272 | 20년 전 | 2135 | ||
| 271 | 20년 전 | 2594 | ||
| 270 | 20년 전 | 2607 | ||
| 269 | 20년 전 | 2473 | ||
| 268 | 20년 전 | 2670 | ||
| 267 | 20년 전 | 2353 | ||
| 266 | 20년 전 | 2557 | ||
| 265 | 20년 전 | 3492 | ||
| 264 |
|
20년 전 | 5347 | |
| 263 |
|
20년 전 | 3718 | |
| 262 | 20년 전 | 3166 | ||
| 261 |
허저비
|
20년 전 | 5914 | |
| 260 |
|
20년 전 | 5707 | |
| 259 | 20년 전 | 4129 | ||
| 258 | 20년 전 | 2373 | ||
| 257 | 20년 전 | 3176 | ||
| 256 | 20년 전 | 1893 | ||
| 255 | 20년 전 | 1559 | ||
| 254 | 20년 전 | 3132 | ||
| 253 | 20년 전 | 3539 | ||
| 252 | 20년 전 | 5112 | ||
| 251 | 20년 전 | 5795 | ||
| 250 | 20년 전 | 3668 | ||
| 249 | 20년 전 | 5010 | ||
| 248 | 20년 전 | 3273 | ||
| 247 | 20년 전 | 3627 | ||
| 246 |
|
20년 전 | 7941 | |
| 245 |
|
20년 전 | 5895 | |
| 244 | 20년 전 | 4477 | ||
| 243 |
|
20년 전 | 4041 | |
| 242 | 20년 전 | 2772 | ||
| 241 | 20년 전 | 2711 | ||
| 240 | 20년 전 | 2351 | ||
| 239 | 20년 전 | 1649 | ||
| 238 |
아우겐나이스
|
20년 전 | 2254 | |
| 237 |
email
|
20년 전 | 3676 | |
| 236 | 20년 전 | 4143 | ||
| 235 | 20년 전 | 10457 | ||
| 234 | 20년 전 | 5056 | ||
| 233 | 20년 전 | 3360 | ||
| 232 | 20년 전 | 3193 | ||
| 231 | 20년 전 | 3829 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기