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

· 10년 전 · 1407

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,464
10년 전 조회 1,444
10년 전 조회 1,956
10년 전 조회 1,410
10년 전 조회 1,469
10년 전 조회 1,349
10년 전 조회 1,954
10년 전 조회 1,527
10년 전 조회 1,522
10년 전 조회 1,573
10년 전 조회 1,493
10년 전 조회 1,525
10년 전 조회 1,436
10년 전 조회 1,345
10년 전 조회 1,465
10년 전 조회 1,345
10년 전 조회 1,711
10년 전 조회 1,403
10년 전 조회 1,414
10년 전 조회 1,401
10년 전 조회 1,423
10년 전 조회 1,490
10년 전 조회 1,385
10년 전 조회 1,422
10년 전 조회 1,607
10년 전 조회 1,395
10년 전 조회 1,500
10년 전 조회 1,487
10년 전 조회 1,503
10년 전 조회 1,655
10년 전 조회 1,494
10년 전 조회 1,501
10년 전 조회 1,471
10년 전 조회 1,588
10년 전 조회 1,483
10년 전 조회 1,456
10년 전 조회 1,453
10년 전 조회 1,477
10년 전 조회 1,518
10년 전 조회 1,461
10년 전 조회 1,648
10년 전 조회 1,803
10년 전 조회 1,725
10년 전 조회 1,487
10년 전 조회 1,491
10년 전 조회 1,446
10년 전 조회 1,439
10년 전 조회 1,537
10년 전 조회 1,450
10년 전 조회 1,408
10년 전 조회 1,465
10년 전 조회 1,808
10년 전 조회 2,274
10년 전 조회 1,846
10년 전 조회 1,652
10년 전 조회 1,517
10년 전 조회 1,488
10년 전 조회 1,502
10년 전 조회 1,466
10년 전 조회 1,488
10년 전 조회 1,494
10년 전 조회 1,659
10년 전 조회 1,560
10년 전 조회 2,308
10년 전 조회 1,829
10년 전 조회 1,585
10년 전 조회 1,684
10년 전 조회 1,897
10년 전 조회 1,582
10년 전 조회 1,793
10년 전 조회 1,631
10년 전 조회 1,743
10년 전 조회 1,580
10년 전 조회 1,536
10년 전 조회 1,524
10년 전 조회 1,579
10년 전 조회 1,554
10년 전 조회 1,611
10년 전 조회 1,616
10년 전 조회 1,601
10년 전 조회 1,748
10년 전 조회 1,758
10년 전 조회 1,551
10년 전 조회 1,844
10년 전 조회 2,169
10년 전 조회 1,633
10년 전 조회 1,891
10년 전 조회 1,852
10년 전 조회 1,710
10년 전 조회 1,680
10년 전 조회 1,630
10년 전 조회 1,728
10년 전 조회 1,476
10년 전 조회 1,561
10년 전 조회 1,771
10년 전 조회 1,594
10년 전 조회 1,555
10년 전 조회 1,545
10년 전 조회 1,560
10년 전 조회 1,586