사용자 브라우저의 펄러그인 목록 출력하기 입니다.
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년 전 | 2086 | ||
| 229 | 20년 전 | 3146 | ||
| 228 | 20년 전 | 3338 | ||
| 227 | 20년 전 | 2415 | ||
| 226 | 20년 전 | 5495 | ||
| 225 | 20년 전 | 2534 | ||
| 224 | 20년 전 | 2975 | ||
| 223 | 20년 전 | 4212 | ||
| 222 | 20년 전 | 2612 | ||
| 221 | 20년 전 | 2302 | ||
| 220 | 20년 전 | 3688 | ||
| 219 | 20년 전 | 2083 | ||
| 218 | 20년 전 | 3579 | ||
| 217 | 20년 전 | 2492 | ||
| 216 | 20년 전 | 2931 | ||
| 215 | 20년 전 | 2239 | ||
| 214 | 20년 전 | 3348 | ||
| 213 | 20년 전 | 2927 | ||
| 212 | 20년 전 | 3066 | ||
| 211 | 20년 전 | 2153 | ||
| 210 | 20년 전 | 1914 | ||
| 209 | 20년 전 | 2369 | ||
| 208 | 20년 전 | 1999 | ||
| 207 | 20년 전 | 1686 | ||
| 206 | 20년 전 | 1862 | ||
| 205 | 20년 전 | 3958 | ||
| 204 | 20년 전 | 1683 | ||
| 203 | 20년 전 | 2021 | ||
| 202 | 20년 전 | 2364 | ||
| 201 | 20년 전 | 1838 | ||
| 200 | 20년 전 | 2969 | ||
| 199 | 20년 전 | 2012 | ||
| 198 | 20년 전 | 2094 | ||
| 197 | 20년 전 | 3667 | ||
| 196 | 20년 전 | 3003 | ||
| 195 | 20년 전 | 2113 | ||
| 194 | 20년 전 | 10262 | ||
| 193 | 20년 전 | 2259 | ||
| 192 | 20년 전 | 1615 | ||
| 191 | 20년 전 | 2678 | ||
| 190 | 20년 전 | 2299 | ||
| 189 | 20년 전 | 1699 | ||
| 188 | 20년 전 | 1498 | ||
| 187 | 20년 전 | 1921 | ||
| 186 | 20년 전 | 1744 | ||
| 185 | 20년 전 | 1792 | ||
| 184 | 20년 전 | 2377 | ||
| 183 | 20년 전 | 1586 | ||
| 182 | 20년 전 | 1492 | ||
| 181 | 20년 전 | 1634 | ||
| 180 | 20년 전 | 2735 | ||
| 179 | 20년 전 | 1820 | ||
| 178 | 20년 전 | 1868 | ||
| 177 | 20년 전 | 2000 | ||
| 176 | 20년 전 | 1810 | ||
| 175 | 20년 전 | 1878 | ||
| 174 | 20년 전 | 1705 | ||
| 173 | 20년 전 | 2067 | ||
| 172 | 20년 전 | 1792 | ||
| 171 | 20년 전 | 2574 | ||
| 170 | 20년 전 | 2288 | ||
| 169 | 20년 전 | 2568 | ||
| 168 | 20년 전 | 1501 | ||
| 167 | 20년 전 | 1594 | ||
| 166 | 20년 전 | 2169 | ||
| 165 | 20년 전 | 1650 | ||
| 164 | 20년 전 | 3785 | ||
| 163 | 20년 전 | 2683 | ||
| 162 | 20년 전 | 2104 | ||
| 161 | 20년 전 | 2813 | ||
| 160 | 20년 전 | 1747 | ||
| 159 | 20년 전 | 1627 | ||
| 158 | 20년 전 | 2578 | ||
| 157 | 20년 전 | 1505 | ||
| 156 | 20년 전 | 1757 | ||
| 155 | 20년 전 | 3242 | ||
| 154 | 20년 전 | 1916 | ||
| 153 | 20년 전 | 1636 | ||
| 152 | 20년 전 | 4971 | ||
| 151 | 20년 전 | 4590 | ||
| 150 | 20년 전 | 3529 | ||
| 149 | 20년 전 | 3814 | ||
| 148 | 20년 전 | 7096 | ||
| 147 | 20년 전 | 3565 | ||
| 146 | 20년 전 | 2641 | ||
| 145 | 20년 전 | 2634 | ||
| 144 | 20년 전 | 7176 | ||
| 143 | 20년 전 | 4621 | ||
| 142 | 20년 전 | 1909 | ||
| 141 | 20년 전 | 3256 | ||
| 140 | 20년 전 | 1975 | ||
| 139 | 20년 전 | 1603 | ||
| 138 | 20년 전 | 2319 | ||
| 137 | 20년 전 | 1794 | ||
| 136 | 20년 전 | 1464 | ||
| 135 | 20년 전 | 1802 | ||
| 134 | 20년 전 | 2974 | ||
| 133 | 20년 전 | 2463 | ||
| 132 | 20년 전 | 1713 | ||
| 131 | 20년 전 | 1665 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기