사용자 브라우저의 펄러그인 목록 출력하기 입니다.
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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 91 | ||
| 8229 | 9년 전 | 87 | ||
| 8228 |
커네드커네드
|
9년 전 | 126 | |
| 8227 | 9년 전 | 147 | ||
| 8226 | 9년 전 | 178 | ||
| 8225 | 9년 전 | 167 | ||
| 8224 | 9년 전 | 161 | ||
| 8223 | 9년 전 | 127 | ||
| 8222 |
|
9년 전 | 202 | |
| 8221 | 9년 전 | 106 | ||
| 8220 | 9년 전 | 126 | ||
| 8219 | 9년 전 | 115 | ||
| 8218 | 9년 전 | 161 | ||
| 8217 |
star3840
|
9년 전 | 125 | |
| 8216 | 9년 전 | 174 | ||
| 8215 | 9년 전 | 133 | ||
| 8214 | 9년 전 | 235 | ||
| 8213 | 9년 전 | 179 | ||
| 8212 | 9년 전 | 95 | ||
| 8211 | 9년 전 | 271 | ||
| 8210 | 9년 전 | 266 | ||
| 8209 | 9년 전 | 351 | ||
| 8208 | 9년 전 | 237 | ||
| 8207 | 9년 전 | 243 | ||
| 8206 |
|
9년 전 | 208 | |
| 8205 | 9년 전 | 188 | ||
| 8204 | 9년 전 | 151 | ||
| 8203 | 9년 전 | 245 | ||
| 8202 | 9년 전 | 159 | ||
| 8201 | 9년 전 | 194 | ||
| 8200 | 9년 전 | 180 | ||
| 8199 | 9년 전 | 233 | ||
| 8198 | 9년 전 | 194 | ||
| 8197 | 9년 전 | 180 | ||
| 8196 | 9년 전 | 569 | ||
| 8195 | 9년 전 | 178 | ||
| 8194 | 9년 전 | 298 | ||
| 8193 | 9년 전 | 175 | ||
| 8192 | 9년 전 | 216 | ||
| 8191 | 9년 전 | 158 | ||
| 8190 | 9년 전 | 152 | ||
| 8189 | 9년 전 | 212 | ||
| 8188 | 9년 전 | 146 | ||
| 8187 | 9년 전 | 160 | ||
| 8186 | 9년 전 | 158 | ||
| 8185 | 9년 전 | 335 | ||
| 8184 | 9년 전 | 125 | ||
| 8183 | 9년 전 | 338 | ||
| 8182 | 9년 전 | 188 | ||
| 8181 | 9년 전 | 150 | ||
| 8180 | 9년 전 | 718 | ||
| 8179 | 9년 전 | 505 | ||
| 8178 | 9년 전 | 324 | ||
| 8177 |
kiplayer
|
9년 전 | 345 | |
| 8176 | 9년 전 | 375 | ||
| 8175 | 9년 전 | 242 | ||
| 8174 | 9년 전 | 266 | ||
| 8173 | 9년 전 | 357 | ||
| 8172 | 9년 전 | 217 | ||
| 8171 | 9년 전 | 195 | ||
| 8170 | 9년 전 | 309 | ||
| 8169 |
커네드커네드
|
9년 전 | 275 | |
| 8168 | 9년 전 | 340 | ||
| 8167 | 9년 전 | 335 | ||
| 8166 | 9년 전 | 254 | ||
| 8165 | 9년 전 | 187 | ||
| 8164 | 9년 전 | 316 | ||
| 8163 | 9년 전 | 300 | ||
| 8162 | 9년 전 | 317 | ||
| 8161 | 9년 전 | 313 | ||
| 8160 |
|
9년 전 | 509 | |
| 8159 | 9년 전 | 446 | ||
| 8158 | 9년 전 | 268 | ||
| 8157 | 9년 전 | 399 | ||
| 8156 | 9년 전 | 285 | ||
| 8155 | 9년 전 | 274 | ||
| 8154 |
00년생용띠
|
9년 전 | 615 | |
| 8153 | 9년 전 | 248 | ||
| 8152 |
|
9년 전 | 430 | |
| 8151 | 9년 전 | 427 | ||
| 8150 | 9년 전 | 520 | ||
| 8149 |
Jangfolk
|
9년 전 | 367 | |
| 8148 | 9년 전 | 188 | ||
| 8147 | 9년 전 | 392 | ||
| 8146 | 9년 전 | 461 | ||
| 8145 | 9년 전 | 411 | ||
| 8144 | 9년 전 | 369 | ||
| 8143 | 9년 전 | 214 | ||
| 8142 | 9년 전 | 443 | ||
| 8141 | 9년 전 | 394 | ||
| 8140 | 9년 전 | 944 | ||
| 8139 | 9년 전 | 280 | ||
| 8138 |
전갈자리남자
|
9년 전 | 405 | |
| 8137 | 9년 전 | 414 | ||
| 8136 | 9년 전 | 763 | ||
| 8135 |
|
9년 전 | 811 | |
| 8134 |
PlayPixel
|
9년 전 | 535 | |
| 8133 |
|
9년 전 | 458 | |
| 8132 | 9년 전 | 475 | ||
| 8131 | 9년 전 | 826 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기