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

· 10년 전 · 1489

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,539
10년 전 조회 1,516
10년 전 조회 2,036
10년 전 조회 1,483
10년 전 조회 1,544
10년 전 조회 1,431
10년 전 조회 2,019
10년 전 조회 1,612
10년 전 조회 1,604
10년 전 조회 1,650
10년 전 조회 1,570
10년 전 조회 1,600
10년 전 조회 1,496
10년 전 조회 1,419
10년 전 조회 1,532
10년 전 조회 1,426
10년 전 조회 1,790
10년 전 조회 1,485
10년 전 조회 1,504
10년 전 조회 1,483
10년 전 조회 1,507
10년 전 조회 1,569
10년 전 조회 1,465
10년 전 조회 1,501
10년 전 조회 1,686
10년 전 조회 1,486
10년 전 조회 1,594
10년 전 조회 1,569
10년 전 조회 1,573
10년 전 조회 1,717
10년 전 조회 1,571
10년 전 조회 1,573
10년 전 조회 1,546
10년 전 조회 1,656
10년 전 조회 1,574
10년 전 조회 1,526
10년 전 조회 1,535
10년 전 조회 1,563
10년 전 조회 1,598
10년 전 조회 1,534
10년 전 조회 1,731
10년 전 조회 1,883
10년 전 조회 1,805
10년 전 조회 1,580
10년 전 조회 1,569
10년 전 조회 1,511
10년 전 조회 1,515
10년 전 조회 1,612
10년 전 조회 1,521
10년 전 조회 1,490
10년 전 조회 1,537
10년 전 조회 1,886
10년 전 조회 2,344
10년 전 조회 1,929
10년 전 조회 1,739
10년 전 조회 1,585
10년 전 조회 1,553
10년 전 조회 1,578
10년 전 조회 1,548
10년 전 조회 1,556
10년 전 조회 1,559
10년 전 조회 1,725
10년 전 조회 1,636
10년 전 조회 2,383
10년 전 조회 1,899
10년 전 조회 1,659
10년 전 조회 1,739
10년 전 조회 1,960
10년 전 조회 1,641
10년 전 조회 1,871
10년 전 조회 1,698
10년 전 조회 1,810
10년 전 조회 1,639
10년 전 조회 1,599
10년 전 조회 1,600
10년 전 조회 1,647
10년 전 조회 1,618
10년 전 조회 1,678
10년 전 조회 1,687
10년 전 조회 1,672
10년 전 조회 1,829
10년 전 조회 1,829
10년 전 조회 1,626
10년 전 조회 1,920
10년 전 조회 2,237
10년 전 조회 1,701
10년 전 조회 1,968
10년 전 조회 1,925
10년 전 조회 1,777
10년 전 조회 1,752
10년 전 조회 1,694
10년 전 조회 1,804
10년 전 조회 1,555
10년 전 조회 1,636
10년 전 조회 1,851
10년 전 조회 1,668
10년 전 조회 1,619
10년 전 조회 1,626
10년 전 조회 1,636
10년 전 조회 1,664