천

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

· 2015-12-13 (일) 13:00:45 · 2415

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>

|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

8,188건
+
제목 글쓴이 날짜 조회
16-01-11 조회 2,256
16-01-11 조회 2,348
16-01-11 조회 2,283
16-01-08 조회 2,753
16-01-08 조회 2,456
16-01-07 조회 2,496
16-01-05 조회 2,506
16-01-05 조회 2,502
16-01-05 조회 2,790
16-01-05 조회 2,630
16-01-05 조회 2,692
16-01-04 조회 2,472
16-01-04 조회 2,569
16-01-04 조회 2,527
16-01-04 조회 2,443
16-01-03 조회 3,233
16-01-03 조회 2,580
16-01-03 조회 2,742
16-01-02 조회 2,768
16-01-02 조회 2,518
16-01-02 조회 2,606
16-01-02 조회 2,427
16-01-01 조회 2,712
16-01-01 조회 2,589
16-01-01 조회 2,634
15-12-31 조회 2,482
15-12-31 조회 3,181
15-12-31 조회 2,735
15-12-31 조회 2,756
15-12-31 조회 2,628
15-12-30 조회 2,585
15-12-30 조회 3,058
15-12-30 조회 2,724
15-12-30 조회 2,649
15-12-30 조회 2,478
15-12-30 조회 2,474
15-12-29 조회 2,511
15-12-29 조회 2,678
15-12-29 조회 2,786
15-12-29 조회 2,541
15-12-28 조회 2,566
15-12-28 조회 2,538
15-12-28 조회 2,511
15-12-28 조회 2,451
15-12-27 조회 3,130
15-12-27 조회 2,587
15-12-27 조회 2,502
15-12-27 조회 2,520
15-12-26 조회 2,512
15-12-26 조회 2,540
15-12-26 조회 2,546
15-12-25 조회 3,210
15-12-25 조회 2,482
15-12-25 조회 2,451
15-12-25 조회 2,375
15-12-24 조회 2,963
15-12-24 조회 2,550
15-12-24 조회 2,592
15-12-24 조회 2,615
15-12-24 조회 2,573
15-12-23 조회 2,727
15-12-23 조회 2,542
15-12-23 조회 2,416
15-12-23 조회 2,559
15-12-23 조회 2,500
15-12-22 조회 2,699
15-12-22 조회 2,538
15-12-22 조회 2,540
15-12-22 조회 2,442
15-12-21 조회 2,444
15-12-21 조회 2,519
15-12-21 조회 2,456
15-12-20 조회 2,524
15-12-20 조회 2,646
15-12-20 조회 2,480
15-12-19 조회 2,537
15-12-19 조회 2,537
15-12-19 조회 2,535
15-12-18 조회 2,842
15-12-18 조회 2,531
15-12-18 조회 2,513
15-12-18 조회 2,510
15-12-17 조회 2,553
15-12-17 조회 2,483
15-12-17 조회 2,487
15-12-17 조회 2,455
15-12-16 조회 2,458
15-12-16 조회 2,511
15-12-16 조회 2,447
15-12-16 조회 2,645
15-12-15 조회 2,780
15-12-15 조회 2,728
15-12-15 조회 2,460
15-12-15 조회 2,452
15-12-15 조회 2,448
15-12-14 조회 2,530
15-12-14 조회 2,601
15-12-14 조회 2,436
15-12-13 조회 2,416
15-12-13 조회 2,441