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

· 10년 전 · 1311

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,366
10년 전 조회 1,332
10년 전 조회 1,840
10년 전 조회 1,317
10년 전 조회 1,362
10년 전 조회 1,257
10년 전 조회 1,838
10년 전 조회 1,418
10년 전 조회 1,425
10년 전 조회 1,453
10년 전 조회 1,403
10년 전 조회 1,405
10년 전 조회 1,335
10년 전 조회 1,237
10년 전 조회 1,373
10년 전 조회 1,224
10년 전 조회 1,594
10년 전 조회 1,296
10년 전 조회 1,302
10년 전 조회 1,284
10년 전 조회 1,314
10년 전 조회 1,384
10년 전 조회 1,283
10년 전 조회 1,305
10년 전 조회 1,508
10년 전 조회 1,298
10년 전 조회 1,413
10년 전 조회 1,379
10년 전 조회 1,404
10년 전 조회 1,544
10년 전 조회 1,381
10년 전 조회 1,371
10년 전 조회 1,368
10년 전 조회 1,472
10년 전 조회 1,367
10년 전 조회 1,326
10년 전 조회 1,343
10년 전 조회 1,359
10년 전 조회 1,419
10년 전 조회 1,340
10년 전 조회 1,555
10년 전 조회 1,710
10년 전 조회 1,623
10년 전 조회 1,375
10년 전 조회 1,375
10년 전 조회 1,338
10년 전 조회 1,319
10년 전 조회 1,438
10년 전 조회 1,348
10년 전 조회 1,312
10년 전 조회 1,375
10년 전 조회 1,709
10년 전 조회 2,183
10년 전 조회 1,746
10년 전 조회 1,548
10년 전 조회 1,418
10년 전 조회 1,388
10년 전 조회 1,406
10년 전 조회 1,365
10년 전 조회 1,379
10년 전 조회 1,400
10년 전 조회 1,570
10년 전 조회 1,454
10년 전 조회 2,189
10년 전 조회 1,743
10년 전 조회 1,473
10년 전 조회 1,569
10년 전 조회 1,795
10년 전 조회 1,478
10년 전 조회 1,672
10년 전 조회 1,506
10년 전 조회 1,625
10년 전 조회 1,460
10년 전 조회 1,425
10년 전 조회 1,420
10년 전 조회 1,466
10년 전 조회 1,458
10년 전 조회 1,494
10년 전 조회 1,525
10년 전 조회 1,493
10년 전 조회 1,642
10년 전 조회 1,628
10년 전 조회 1,428
10년 전 조회 1,738
10년 전 조회 2,062
10년 전 조회 1,529
10년 전 조회 1,776
10년 전 조회 1,744
10년 전 조회 1,585
10년 전 조회 1,568
10년 전 조회 1,522
10년 전 조회 1,621
10년 전 조회 1,370
10년 전 조회 1,447
10년 전 조회 1,665
10년 전 조회 1,487
10년 전 조회 1,458
10년 전 조회 1,435
10년 전 조회 1,461
10년 전 조회 1,477