사용자 브라우저의 펄러그인 목록 출력하기
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
numPlugins = navigator.plugins.length;
if (numPlugins > 0)
document.writeln("<b><font size=+3>Installed plug-ins</font></b><br>");
else
document.writeln("<b><font size=+2>No plug-ins ");
document.writeln("are installed.</font></b><br>");
document.writeln("<hr>");
for (i = 0; i < numPlugins; i++) {
plugin = navigator.plugins[i];
document.write("<center><font size=+1><b>");
document.write(plugin.name);
document.writeln("</b></font></center><br>");
document.writeln("<dl>");
document.writeln("<dd>File name:");
document.write(plugin.filename);
document.write("<dd><br>");
document.write(plugin.description);
document.writeln("</dl>");
document.writeln("<p>");
document.writeln("<table width=100% border=2 cellpadding=5>");
document.writeln("<tr>");
document.writeln("<th width=20%><font size=-1>Mime Type</font></th>");
document.writeln("<th width=50%><font size=-1>Description</font></th>");
document.writeln("<th width=20%><font size=-1>Suffixes</font></th>");
document.writeln("<th><font size=-1>Enabled</th>");
document.writeln("</tr>");
numTypes = plugin.length;
for (j = 0; j < numTypes; j++) {
mimetype = plugin[j];
if (mimetype) {
enabled = "No";
enabledPlugin = mimetype.enabledPlugin;
if (enabledPlugin && (enabledPlugin.name == plugin.name))
enabled = "Yes";
document.writeln("<tr align=center>");
document.writeln("<td>");
document.write(mimetype.type);
document.writeln("</td>");
document.writeln("<td>");
document.write(mimetype.description);
document.writeln("</td>");
document.writeln("<td>");
document.write(mimetype.suffixes);
document.writeln("</td>");
document.writeln("<td>");
document.writeln(enabled);
document.writeln("</td>");
document.writeln("</tr>");
}
}
document.write("</table>");
document.write("<p><hr><p>");
}
// End -->
</SCRIPT><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]</div>
<!-- Begin
numPlugins = navigator.plugins.length;
if (numPlugins > 0)
document.writeln("<b><font size=+3>Installed plug-ins</font></b><br>");
else
document.writeln("<b><font size=+2>No plug-ins ");
document.writeln("are installed.</font></b><br>");
document.writeln("<hr>");
for (i = 0; i < numPlugins; i++) {
plugin = navigator.plugins[i];
document.write("<center><font size=+1><b>");
document.write(plugin.name);
document.writeln("</b></font></center><br>");
document.writeln("<dl>");
document.writeln("<dd>File name:");
document.write(plugin.filename);
document.write("<dd><br>");
document.write(plugin.description);
document.writeln("</dl>");
document.writeln("<p>");
document.writeln("<table width=100% border=2 cellpadding=5>");
document.writeln("<tr>");
document.writeln("<th width=20%><font size=-1>Mime Type</font></th>");
document.writeln("<th width=50%><font size=-1>Description</font></th>");
document.writeln("<th width=20%><font size=-1>Suffixes</font></th>");
document.writeln("<th><font size=-1>Enabled</th>");
document.writeln("</tr>");
numTypes = plugin.length;
for (j = 0; j < numTypes; j++) {
mimetype = plugin[j];
if (mimetype) {
enabled = "No";
enabledPlugin = mimetype.enabledPlugin;
if (enabledPlugin && (enabledPlugin.name == plugin.name))
enabled = "Yes";
document.writeln("<tr align=center>");
document.writeln("<td>");
document.write(mimetype.type);
document.writeln("</td>");
document.writeln("<td>");
document.write(mimetype.description);
document.writeln("</td>");
document.writeln("<td>");
document.write(mimetype.suffixes);
document.writeln("</td>");
document.writeln("<td>");
document.writeln(enabled);
document.writeln("</td>");
document.writeln("</tr>");
}
}
document.write("</table>");
document.write("<p><hr><p>");
}
// End -->
</SCRIPT><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]</div>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8030 | 9년 전 | 339 | ||
| 8029 | 9년 전 | 280 | ||
| 8028 | 9년 전 | 247 | ||
| 8027 | 9년 전 | 262 | ||
| 8026 | 9년 전 | 300 | ||
| 8025 | 9년 전 | 359 | ||
| 8024 | 9년 전 | 324 | ||
| 8023 | 9년 전 | 377 | ||
| 8022 | 9년 전 | 304 | ||
| 8021 | 9년 전 | 302 | ||
| 8020 | 9년 전 | 301 | ||
| 8019 | 9년 전 | 326 | ||
| 8018 | 9년 전 | 425 | ||
| 8017 | 9년 전 | 524 | ||
| 8016 | 9년 전 | 313 | ||
| 8015 | 9년 전 | 376 | ||
| 8014 | 9년 전 | 311 | ||
| 8013 | 9년 전 | 219 | ||
| 8012 | 9년 전 | 236 | ||
| 8011 | 9년 전 | 433 | ||
| 8010 | 9년 전 | 286 | ||
| 8009 | 9년 전 | 273 | ||
| 8008 | 9년 전 | 274 | ||
| 8007 | 9년 전 | 415 | ||
| 8006 | 9년 전 | 451 | ||
| 8005 |
|
9년 전 | 951 | |
| 8004 | 9년 전 | 334 | ||
| 8003 | 9년 전 | 400 | ||
| 8002 | 9년 전 | 309 | ||
| 8001 |
|
9년 전 | 651 | |
| 8000 | 9년 전 | 397 | ||
| 7999 | 9년 전 | 361 | ||
| 7998 | 9년 전 | 412 | ||
| 7997 | 9년 전 | 298 | ||
| 7996 | 9년 전 | 526 | ||
| 7995 | 9년 전 | 431 | ||
| 7994 | 9년 전 | 272 | ||
| 7993 | 9년 전 | 355 | ||
| 7992 | 9년 전 | 493 | ||
| 7991 | 9년 전 | 231 | ||
| 7990 | 9년 전 | 255 | ||
| 7989 | 9년 전 | 288 | ||
| 7988 | 9년 전 | 712 | ||
| 7987 | 9년 전 | 405 | ||
| 7986 | 9년 전 | 397 | ||
| 7985 | 9년 전 | 485 | ||
| 7984 | 9년 전 | 417 | ||
| 7983 | 9년 전 | 637 | ||
| 7982 | 9년 전 | 500 | ||
| 7981 | 9년 전 | 446 | ||
| 7980 | 9년 전 | 471 | ||
| 7979 | 9년 전 | 445 | ||
| 7978 | 9년 전 | 423 | ||
| 7977 | 9년 전 | 358 | ||
| 7976 | 9년 전 | 829 | ||
| 7975 | 9년 전 | 350 | ||
| 7974 | 9년 전 | 376 | ||
| 7973 | 9년 전 | 581 | ||
| 7972 | 9년 전 | 369 | ||
| 7971 | 9년 전 | 434 | ||
| 7970 | 9년 전 | 283 | ||
| 7969 | 9년 전 | 529 | ||
| 7968 | 9년 전 | 366 | ||
| 7967 | 9년 전 | 348 | ||
| 7966 | 9년 전 | 348 | ||
| 7965 |
|
9년 전 | 1000 | |
| 7964 | 9년 전 | 387 | ||
| 7963 | 9년 전 | 372 | ||
| 7962 | 9년 전 | 354 | ||
| 7961 |
전갈자리남자
|
9년 전 | 495 | |
| 7960 | 9년 전 | 946 | ||
| 7959 | 9년 전 | 538 | ||
| 7958 | 9년 전 | 393 | ||
| 7957 | 9년 전 | 351 | ||
| 7956 | 9년 전 | 361 | ||
| 7955 | 9년 전 | 423 | ||
| 7954 | 9년 전 | 351 | ||
| 7953 | 9년 전 | 411 | ||
| 7952 | 9년 전 | 333 | ||
| 7951 | 9년 전 | 475 | ||
| 7950 | 9년 전 | 367 | ||
| 7949 | 9년 전 | 376 | ||
| 7948 | 9년 전 | 312 | ||
| 7947 | 9년 전 | 915 | ||
| 7946 | 9년 전 | 408 | ||
| 7945 | 9년 전 | 371 | ||
| 7944 | 9년 전 | 380 | ||
| 7943 | 9년 전 | 355 | ||
| 7942 | 9년 전 | 390 | ||
| 7941 | 9년 전 | 372 | ||
| 7940 | 9년 전 | 861 | ||
| 7939 | 9년 전 | 312 | ||
| 7938 | 9년 전 | 358 | ||
| 7937 | 9년 전 | 260 | ||
| 7936 | 9년 전 | 865 | ||
| 7935 | 9년 전 | 412 | ||
| 7934 | 9년 전 | 384 | ||
| 7933 | 9년 전 | 460 | ||
| 7932 | 9년 전 | 432 | ||
| 7931 | 9년 전 | 497 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기