사용자 브라우저의 펄러그인 목록 출력하기
<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 130 | 20년 전 | 4010 | ||
| 129 | 20년 전 | 2949 | ||
| 128 | 20년 전 | 3687 | ||
| 127 | 20년 전 | 3523 | ||
| 126 | 20년 전 | 3775 | ||
| 125 | 20년 전 | 8595 | ||
| 124 | 20년 전 | 2604 | ||
| 123 | 20년 전 | 3755 | ||
| 122 | 20년 전 | 3213 | ||
| 121 | 20년 전 | 2615 | ||
| 120 | 20년 전 | 2675 | ||
| 119 | 20년 전 | 2589 | ||
| 118 | 20년 전 | 2864 | ||
| 117 |
|
20년 전 | 3064 | |
| 116 | 20년 전 | 5324 | ||
| 115 | 20년 전 | 3932 | ||
| 114 | 20년 전 | 4979 | ||
| 113 | 20년 전 | 6220 | ||
| 112 | 20년 전 | 7326 | ||
| 111 | 20년 전 | 18436 | ||
| 110 | 20년 전 | 6881 | ||
| 109 | 20년 전 | 2889 | ||
| 108 | 20년 전 | 4145 | ||
| 107 |
prosper
|
20년 전 | 2505 | |
| 106 |
prosper
|
20년 전 | 4322 | |
| 105 |
아우겐나이스
|
20년 전 | 2915 | |
| 104 | 20년 전 | 2266 | ||
| 103 | 20년 전 | 2481 | ||
| 102 | 20년 전 | 2264 | ||
| 101 | 20년 전 | 2581 | ||
| 100 | 20년 전 | 1757 | ||
| 99 | 20년 전 | 1574 | ||
| 98 | 20년 전 | 1620 | ||
| 97 | 20년 전 | 2133 | ||
| 96 | 20년 전 | 1886 | ||
| 95 | 20년 전 | 2382 | ||
| 94 | 20년 전 | 3568 | ||
| 93 | 20년 전 | 1568 | ||
| 92 | 20년 전 | 1765 | ||
| 91 | 20년 전 | 3184 | ||
| 90 | 21년 전 | 2346 | ||
| 89 | 21년 전 | 3182 | ||
| 88 | 21년 전 | 2872 | ||
| 87 | 21년 전 | 3300 | ||
| 86 | 21년 전 | 5138 | ||
| 85 | 21년 전 | 2528 | ||
| 84 | 21년 전 | 4832 | ||
| 83 | 21년 전 | 2510 | ||
| 82 | 21년 전 | 3128 | ||
| 81 | 21년 전 | 7636 | ||
| 80 | 21년 전 | 3836 | ||
| 79 | 21년 전 | 3216 | ||
| 78 | 21년 전 | 4700 | ||
| 77 | 21년 전 | 2909 | ||
| 76 | 21년 전 | 6226 | ||
| 75 | 21년 전 | 4475 | ||
| 74 | 21년 전 | 5788 | ||
| 73 | 21년 전 | 3632 | ||
| 72 | 21년 전 | 5975 | ||
| 71 | 21년 전 | 3121 | ||
| 70 | 21년 전 | 2849 | ||
| 69 | 21년 전 | 2645 | ||
| 68 | 21년 전 | 2451 | ||
| 67 | 21년 전 | 2660 | ||
| 66 | 21년 전 | 2680 | ||
| 65 | 21년 전 | 3793 | ||
| 64 | 21년 전 | 2834 | ||
| 63 | 21년 전 | 2462 | ||
| 62 | 21년 전 | 2272 | ||
| 61 | 21년 전 | 3084 | ||
| 60 | 21년 전 | 3136 | ||
| 59 | 21년 전 | 2523 | ||
| 58 | 21년 전 | 2594 | ||
| 57 | 21년 전 | 2974 | ||
| 56 | 21년 전 | 2337 | ||
| 55 | 21년 전 | 2765 | ||
| 54 | 21년 전 | 2133 | ||
| 53 | 21년 전 | 2359 | ||
| 52 | 21년 전 | 2704 | ||
| 51 |
prosper
|
21년 전 | 2354 | |
| 50 |
prosper
|
21년 전 | 2178 | |
| 49 | 21년 전 | 2183 | ||
| 48 | 21년 전 | 2345 | ||
| 47 | 21년 전 | 1937 | ||
| 46 | 21년 전 | 1934 | ||
| 45 | 21년 전 | 2137 | ||
| 44 | 21년 전 | 2368 | ||
| 43 | 21년 전 | 4585 | ||
| 42 |
prosper
|
21년 전 | 2717 | |
| 41 |
prosper
|
21년 전 | 2117 | |
| 40 | 21년 전 | 2183 | ||
| 39 | 21년 전 | 2154 | ||
| 38 | 21년 전 | 2426 | ||
| 37 | 21년 전 | 2573 | ||
| 36 | 21년 전 | 1781 | ||
| 35 | 21년 전 | 4078 | ||
| 34 | 21년 전 | 3855 | ||
| 33 | 21년 전 | 2995 | ||
| 32 |
prosper
|
21년 전 | 2908 | |
| 31 | 21년 전 | 5290 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기