사용자 브라우저의 펄러그인 목록 출력하기 입니다.
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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 230 | 20년 전 | 2038 | ||
| 229 | 20년 전 | 3131 | ||
| 228 | 20년 전 | 3322 | ||
| 227 | 20년 전 | 2384 | ||
| 226 | 20년 전 | 5460 | ||
| 225 | 20년 전 | 2511 | ||
| 224 | 20년 전 | 2955 | ||
| 223 | 20년 전 | 4198 | ||
| 222 | 20년 전 | 2597 | ||
| 221 | 20년 전 | 2279 | ||
| 220 | 20년 전 | 3667 | ||
| 219 | 20년 전 | 2063 | ||
| 218 | 20년 전 | 3553 | ||
| 217 | 20년 전 | 2470 | ||
| 216 | 20년 전 | 2898 | ||
| 215 | 20년 전 | 2207 | ||
| 214 | 20년 전 | 3326 | ||
| 213 | 20년 전 | 2909 | ||
| 212 | 20년 전 | 3040 | ||
| 211 | 20년 전 | 2140 | ||
| 210 | 20년 전 | 1874 | ||
| 209 | 20년 전 | 2335 | ||
| 208 | 20년 전 | 1964 | ||
| 207 | 20년 전 | 1668 | ||
| 206 | 20년 전 | 1849 | ||
| 205 | 20년 전 | 3940 | ||
| 204 | 20년 전 | 1671 | ||
| 203 | 20년 전 | 2003 | ||
| 202 | 20년 전 | 2345 | ||
| 201 | 20년 전 | 1814 | ||
| 200 | 20년 전 | 2946 | ||
| 199 | 20년 전 | 1999 | ||
| 198 | 20년 전 | 2078 | ||
| 197 | 20년 전 | 3643 | ||
| 196 | 20년 전 | 2967 | ||
| 195 | 20년 전 | 2085 | ||
| 194 | 20년 전 | 10234 | ||
| 193 | 20년 전 | 2237 | ||
| 192 | 20년 전 | 1582 | ||
| 191 | 20년 전 | 2654 | ||
| 190 | 20년 전 | 2283 | ||
| 189 | 20년 전 | 1675 | ||
| 188 | 20년 전 | 1465 | ||
| 187 | 20년 전 | 1897 | ||
| 186 | 20년 전 | 1697 | ||
| 185 | 20년 전 | 1730 | ||
| 184 | 20년 전 | 2330 | ||
| 183 | 20년 전 | 1541 | ||
| 182 | 20년 전 | 1474 | ||
| 181 | 20년 전 | 1613 | ||
| 180 | 20년 전 | 2709 | ||
| 179 | 20년 전 | 1790 | ||
| 178 | 20년 전 | 1843 | ||
| 177 | 20년 전 | 1968 | ||
| 176 | 20년 전 | 1794 | ||
| 175 | 20년 전 | 1866 | ||
| 174 | 20년 전 | 1688 | ||
| 173 | 20년 전 | 2054 | ||
| 172 | 20년 전 | 1778 | ||
| 171 | 20년 전 | 2551 | ||
| 170 | 20년 전 | 2259 | ||
| 169 | 20년 전 | 2537 | ||
| 168 | 20년 전 | 1467 | ||
| 167 | 20년 전 | 1565 | ||
| 166 | 20년 전 | 2142 | ||
| 165 | 20년 전 | 1607 | ||
| 164 | 20년 전 | 3751 | ||
| 163 | 20년 전 | 2646 | ||
| 162 | 20년 전 | 2066 | ||
| 161 | 20년 전 | 2773 | ||
| 160 | 20년 전 | 1720 | ||
| 159 | 20년 전 | 1595 | ||
| 158 | 20년 전 | 2545 | ||
| 157 | 20년 전 | 1473 | ||
| 156 | 20년 전 | 1715 | ||
| 155 | 20년 전 | 3223 | ||
| 154 | 20년 전 | 1877 | ||
| 153 | 20년 전 | 1609 | ||
| 152 | 20년 전 | 4936 | ||
| 151 | 20년 전 | 4561 | ||
| 150 | 20년 전 | 3502 | ||
| 149 | 20년 전 | 3771 | ||
| 148 | 20년 전 | 7054 | ||
| 147 | 20년 전 | 3536 | ||
| 146 | 20년 전 | 2604 | ||
| 145 | 20년 전 | 2601 | ||
| 144 | 20년 전 | 7162 | ||
| 143 | 20년 전 | 4584 | ||
| 142 | 20년 전 | 1890 | ||
| 141 | 20년 전 | 3247 | ||
| 140 | 20년 전 | 1950 | ||
| 139 | 20년 전 | 1543 | ||
| 138 | 20년 전 | 2289 | ||
| 137 | 20년 전 | 1769 | ||
| 136 | 20년 전 | 1446 | ||
| 135 | 20년 전 | 1781 | ||
| 134 | 20년 전 | 2959 | ||
| 133 | 20년 전 | 2433 | ||
| 132 | 20년 전 | 1703 | ||
| 131 | 20년 전 | 1630 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기