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

· 10년 전 · 1510

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,566
10년 전 조회 1,548
10년 전 조회 2,060
10년 전 조회 1,508
10년 전 조회 1,557
10년 전 조회 1,457
10년 전 조회 2,042
10년 전 조회 1,637
10년 전 조회 1,630
10년 전 조회 1,677
10년 전 조회 1,593
10년 전 조회 1,622
10년 전 조회 1,517
10년 전 조회 1,442
10년 전 조회 1,556
10년 전 조회 1,450
10년 전 조회 1,811
10년 전 조회 1,508
10년 전 조회 1,523
10년 전 조회 1,510
10년 전 조회 1,530
10년 전 조회 1,601
10년 전 조회 1,488
10년 전 조회 1,525
10년 전 조회 1,711
10년 전 조회 1,515
10년 전 조회 1,618
10년 전 조회 1,596
10년 전 조회 1,584
10년 전 조회 1,736
10년 전 조회 1,592
10년 전 조회 1,599
10년 전 조회 1,580
10년 전 조회 1,683
10년 전 조회 1,592
10년 전 조회 1,554
10년 전 조회 1,555
10년 전 조회 1,579
10년 전 조회 1,619
10년 전 조회 1,559
10년 전 조회 1,757
10년 전 조회 1,902
10년 전 조회 1,834
10년 전 조회 1,590
10년 전 조회 1,587
10년 전 조회 1,532
10년 전 조회 1,539
10년 전 조회 1,636
10년 전 조회 1,546
10년 전 조회 1,511
10년 전 조회 1,558
10년 전 조회 1,909
10년 전 조회 2,376
10년 전 조회 1,945
10년 전 조회 1,760
10년 전 조회 1,603
10년 전 조회 1,582
10년 전 조회 1,603
10년 전 조회 1,566
10년 전 조회 1,575
10년 전 조회 1,578
10년 전 조회 1,750
10년 전 조회 1,655
10년 전 조회 2,397
10년 전 조회 1,922
10년 전 조회 1,682
10년 전 조회 1,773
10년 전 조회 1,976
10년 전 조회 1,666
10년 전 조회 1,892
10년 전 조회 1,721
10년 전 조회 1,823
10년 전 조회 1,660
10년 전 조회 1,622
10년 전 조회 1,621
10년 전 조회 1,663
10년 전 조회 1,639
10년 전 조회 1,695
10년 전 조회 1,704
10년 전 조회 1,697
10년 전 조회 1,853
10년 전 조회 1,849
10년 전 조회 1,643
10년 전 조회 1,940
10년 전 조회 2,251
10년 전 조회 1,719
10년 전 조회 1,979
10년 전 조회 1,945
10년 전 조회 1,794
10년 전 조회 1,777
10년 전 조회 1,711
10년 전 조회 1,820
10년 전 조회 1,576
10년 전 조회 1,660
10년 전 조회 1,876
10년 전 조회 1,691
10년 전 조회 1,643
10년 전 조회 1,643
10년 전 조회 1,662
10년 전 조회 1,689