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

· 10년 전 · 1430

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,481
10년 전 조회 1,454
10년 전 조회 1,969
10년 전 조회 1,422
10년 전 조회 1,484
10년 전 조회 1,366
10년 전 조회 1,965
10년 전 조회 1,550
10년 전 조회 1,539
10년 전 조회 1,592
10년 전 조회 1,507
10년 전 조회 1,540
10년 전 조회 1,447
10년 전 조회 1,360
10년 전 조회 1,476
10년 전 조회 1,359
10년 전 조회 1,728
10년 전 조회 1,423
10년 전 조회 1,430
10년 전 조회 1,419
10년 전 조회 1,450
10년 전 조회 1,505
10년 전 조회 1,407
10년 전 조회 1,434
10년 전 조회 1,625
10년 전 조회 1,421
10년 전 조회 1,518
10년 전 조회 1,505
10년 전 조회 1,511
10년 전 조회 1,671
10년 전 조회 1,513
10년 전 조회 1,513
10년 전 조회 1,489
10년 전 조회 1,606
10년 전 조회 1,514
10년 전 조회 1,471
10년 전 조회 1,468
10년 전 조회 1,497
10년 전 조회 1,543
10년 전 조회 1,477
10년 전 조회 1,669
10년 전 조회 1,819
10년 전 조회 1,743
10년 전 조회 1,511
10년 전 조회 1,509
10년 전 조회 1,465
10년 전 조회 1,455
10년 전 조회 1,553
10년 전 조회 1,470
10년 전 조회 1,431
10년 전 조회 1,491
10년 전 조회 1,835
10년 전 조회 2,286
10년 전 조회 1,855
10년 전 조회 1,674
10년 전 조회 1,537
10년 전 조회 1,499
10년 전 조회 1,521
10년 전 조회 1,496
10년 전 조회 1,502
10년 전 조회 1,508
10년 전 조회 1,669
10년 전 조회 1,580
10년 전 조회 2,330
10년 전 조회 1,848
10년 전 조회 1,608
10년 전 조회 1,699
10년 전 조회 1,913
10년 전 조회 1,598
10년 전 조회 1,810
10년 전 조회 1,651
10년 전 조회 1,760
10년 전 조회 1,596
10년 전 조회 1,549
10년 전 조회 1,545
10년 전 조회 1,595
10년 전 조회 1,573
10년 전 조회 1,619
10년 전 조회 1,639
10년 전 조회 1,623
10년 전 조회 1,768
10년 전 조회 1,765
10년 전 조회 1,561
10년 전 조회 1,857
10년 전 조회 2,190
10년 전 조회 1,654
10년 전 조회 1,910
10년 전 조회 1,874
10년 전 조회 1,720
10년 전 조회 1,694
10년 전 조회 1,644
10년 전 조회 1,738
10년 전 조회 1,496
10년 전 조회 1,585
10년 전 조회 1,790
10년 전 조회 1,612
10년 전 조회 1,567
10년 전 조회 1,572
10년 전 조회 1,578
10년 전 조회 1,604