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

· 10년 전 · 1355

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,412
10년 전 조회 1,390
10년 전 조회 1,898
10년 전 조회 1,361
10년 전 조회 1,416
10년 전 조회 1,303
10년 전 조회 1,895
10년 전 조회 1,478
10년 전 조회 1,468
10년 전 조회 1,510
10년 전 조회 1,452
10년 전 조회 1,463
10년 전 조회 1,393
10년 전 조회 1,291
10년 전 조회 1,422
10년 전 조회 1,278
10년 전 조회 1,658
10년 전 조회 1,353
10년 전 조회 1,355
10년 전 조회 1,346
10년 전 조회 1,370
10년 전 조회 1,426
10년 전 조회 1,335
10년 전 조회 1,370
10년 전 조회 1,561
10년 전 조회 1,347
10년 전 조회 1,454
10년 전 조회 1,430
10년 전 조회 1,459
10년 전 조회 1,600
10년 전 조회 1,435
10년 전 조회 1,431
10년 전 조회 1,423
10년 전 조회 1,526
10년 전 조회 1,434
10년 전 조회 1,389
10년 전 조회 1,406
10년 전 조회 1,422
10년 전 조회 1,460
10년 전 조회 1,396
10년 전 조회 1,609
10년 전 조회 1,764
10년 전 조회 1,669
10년 전 조회 1,436
10년 전 조회 1,439
10년 전 조회 1,391
10년 전 조회 1,383
10년 전 조회 1,489
10년 전 조회 1,404
10년 전 조회 1,356
10년 전 조회 1,416
10년 전 조회 1,767
10년 전 조회 2,235
10년 전 조회 1,805
10년 전 조회 1,599
10년 전 조회 1,478
10년 전 조회 1,441
10년 전 조회 1,457
10년 전 조회 1,417
10년 전 조회 1,434
10년 전 조회 1,447
10년 전 조회 1,607
10년 전 조회 1,512
10년 전 조회 2,260
10년 전 조회 1,786
10년 전 조회 1,538
10년 전 조회 1,629
10년 전 조회 1,849
10년 전 조회 1,532
10년 전 조회 1,734
10년 전 조회 1,565
10년 전 조회 1,684
10년 전 조회 1,525
10년 전 조회 1,479
10년 전 조회 1,476
10년 전 조회 1,529
10년 전 조회 1,507
10년 전 조회 1,558
10년 전 조회 1,571
10년 전 조회 1,555
10년 전 조회 1,697
10년 전 조회 1,692
10년 전 조회 1,486
10년 전 조회 1,796
10년 전 조회 2,118
10년 전 조회 1,579
10년 전 조회 1,833
10년 전 조회 1,801
10년 전 조회 1,650
10년 전 조회 1,621
10년 전 조회 1,574
10년 전 조회 1,671
10년 전 조회 1,425
10년 전 조회 1,505
10년 전 조회 1,719
10년 전 조회 1,544
10년 전 조회 1,495
10년 전 조회 1,484
10년 전 조회 1,508
10년 전 조회 1,525