사용자 브라우저의 펄러그인 목록 출력하기 입니다.

· 10년 전 · 1246

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>

|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
10년 전 조회 1,298
10년 전 조회 1,266
10년 전 조회 1,778
10년 전 조회 1,238
10년 전 조회 1,307
10년 전 조회 1,190
10년 전 조회 1,769
10년 전 조회 1,353
10년 전 조회 1,364
10년 전 조회 1,405
10년 전 조회 1,342
10년 전 조회 1,363
10년 전 조회 1,277
10년 전 조회 1,177
10년 전 조회 1,312
10년 전 조회 1,173
10년 전 조회 1,520
10년 전 조회 1,236
10년 전 조회 1,248
10년 전 조회 1,231
10년 전 조회 1,255
10년 전 조회 1,323
10년 전 조회 1,221
10년 전 조회 1,243
10년 전 조회 1,436
10년 전 조회 1,244
10년 전 조회 1,354
10년 전 조회 1,313
10년 전 조회 1,332
10년 전 조회 1,460
10년 전 조회 1,320
10년 전 조회 1,281
10년 전 조회 1,294
10년 전 조회 1,415
10년 전 조회 1,290
10년 전 조회 1,247
10년 전 조회 1,281
10년 전 조회 1,288
10년 전 조회 1,339
10년 전 조회 1,267
10년 전 조회 1,496
10년 전 조회 1,631
10년 전 조회 1,541
10년 전 조회 1,303
10년 전 조회 1,295
10년 전 조회 1,262
10년 전 조회 1,252
10년 전 조회 1,380
10년 전 조회 1,291
10년 전 조회 1,247
10년 전 조회 1,296
10년 전 조회 1,640
10년 전 조회 2,115
10년 전 조회 1,682
10년 전 조회 1,478
10년 전 조회 1,331
10년 전 조회 1,311
10년 전 조회 1,333
10년 전 조회 1,285
10년 전 조회 1,305
10년 전 조회 1,330
10년 전 조회 1,491
10년 전 조회 1,390
10년 전 조회 2,124
10년 전 조회 1,655
10년 전 조회 1,402
10년 전 조회 1,494
10년 전 조회 1,727
10년 전 조회 1,405
10년 전 조회 1,594
10년 전 조회 1,425
10년 전 조회 1,548
10년 전 조회 1,384
10년 전 조회 1,345
10년 전 조회 1,354
10년 전 조회 1,389
10년 전 조회 1,381
10년 전 조회 1,414
10년 전 조회 1,450
10년 전 조회 1,416
10년 전 조회 1,572
10년 전 조회 1,556
10년 전 조회 1,348
10년 전 조회 1,659
10년 전 조회 2,000
10년 전 조회 1,458
10년 전 조회 1,703
10년 전 조회 1,665
10년 전 조회 1,526
10년 전 조회 1,474
10년 전 조회 1,437
10년 전 조회 1,547
10년 전 조회 1,282
10년 전 조회 1,375
10년 전 조회 1,595
10년 전 조회 1,418
10년 전 조회 1,406
10년 전 조회 1,359
10년 전 조회 1,398
10년 전 조회 1,383