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

· 2015-12-13 (일) 13:00:45 · 2397

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>

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

프로그램

8,188건
+
제목 글쓴이 날짜 조회
16-05-12 조회 2,797
16-04-12 조회 2,985
16-02-03 조회 2,701
16-02-03 조회 2,806
16-02-02 조회 2,604
16-02-01 조회 2,438
16-02-01 조회 2,494
16-01-31 조회 2,443
16-01-31 조회 2,577
16-01-31 조회 2,572
16-01-30 조회 2,475
16-01-29 조회 2,477
16-01-29 조회 2,360
16-01-29 조회 2,351
16-01-28 조회 2,379
16-01-28 조회 2,286
16-01-27 조회 2,431
16-01-27 조회 2,379
16-01-26 조회 2,346
16-01-25 조회 2,419
16-01-25 조회 2,343
16-01-24 조회 2,280
16-01-24 조회 2,311
16-01-24 조회 2,287
16-01-23 조회 2,297
16-01-23 조회 2,323
16-01-23 조회 2,301
16-01-22 조회 2,247
16-01-21 조회 2,498
16-01-21 조회 2,363
16-01-21 조회 2,306
16-01-20 조회 2,288
16-01-20 조회 2,262
16-01-20 조회 2,229
16-01-19 조회 2,302
16-01-19 조회 2,346
16-01-18 조회 2,402
16-01-16 조회 2,245
16-01-16 조회 2,257
16-01-16 조회 2,264
16-01-15 조회 2,435
16-01-15 조회 2,298
16-01-15 조회 2,375
16-01-15 조회 2,350
16-01-14 조회 2,349
16-01-14 조회 2,581
16-01-14 조회 2,387
16-01-13 조회 2,412
16-01-13 조회 2,340
16-01-13 조회 2,284
16-01-12 조회 2,311
16-01-11 조회 2,546
16-01-11 조회 2,214
16-01-11 조회 2,326
16-01-02 조회 2,721
15-12-31 조회 2,460
15-12-27 조회 2,560
15-12-27 조회 2,470
15-12-27 조회 2,458
15-12-26 조회 2,463
15-12-26 조회 2,485
15-12-26 조회 2,494
15-12-25 조회 3,117
15-12-25 조회 2,414
15-12-25 조회 2,406
15-12-25 조회 2,324
15-12-24 조회 2,919
15-12-23 조회 2,363
15-12-23 조회 2,513
15-12-23 조회 2,442
15-12-22 조회 2,473
15-12-22 조회 2,478
15-12-22 조회 2,395
15-12-21 조회 2,396
15-12-21 조회 2,479
15-12-21 조회 2,416
15-12-20 조회 2,489
15-12-20 조회 2,595
15-12-20 조회 2,451
15-12-19 조회 2,484
15-12-19 조회 2,513
15-12-19 조회 2,484
15-12-18 조회 2,785
15-12-18 조회 2,502
15-12-18 조회 2,487
15-12-18 조회 2,492
15-12-17 조회 2,448
15-12-17 조회 2,460
15-12-17 조회 2,437
15-12-16 조회 2,440
15-12-16 조회 2,482
15-12-16 조회 2,418
15-12-15 조회 2,436
15-12-15 조회 2,420
15-12-15 조회 2,426
15-12-14 조회 2,388
15-12-14 조회 2,573
15-12-14 조회 2,412
15-12-13 조회 2,398
15-12-13 조회 2,422