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

· 10년 전 · 1337

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,396
10년 전 조회 1,372
10년 전 조회 1,879
10년 전 조회 1,347
10년 전 조회 1,403
10년 전 조회 1,286
10년 전 조회 1,875
10년 전 조회 1,460
10년 전 조회 1,454
10년 전 조회 1,493
10년 전 조회 1,436
10년 전 조회 1,446
10년 전 조회 1,374
10년 전 조회 1,268
10년 전 조회 1,404
10년 전 조회 1,260
10년 전 조회 1,641
10년 전 조회 1,336
10년 전 조회 1,331
10년 전 조회 1,327
10년 전 조회 1,350
10년 전 조회 1,412
10년 전 조회 1,316
10년 전 조회 1,350
10년 전 조회 1,541
10년 전 조회 1,331
10년 전 조회 1,437
10년 전 조회 1,414
10년 전 조회 1,433
10년 전 조회 1,582
10년 전 조회 1,416
10년 전 조회 1,419
10년 전 조회 1,403
10년 전 조회 1,512
10년 전 조회 1,412
10년 전 조회 1,369
10년 전 조회 1,383
10년 전 조회 1,401
10년 전 조회 1,447
10년 전 조회 1,378
10년 전 조회 1,594
10년 전 조회 1,745
10년 전 조회 1,656
10년 전 조회 1,422
10년 전 조회 1,417
10년 전 조회 1,372
10년 전 조회 1,365
10년 전 조회 1,472
10년 전 조회 1,385
10년 전 조회 1,338
10년 전 조회 1,402
10년 전 조회 1,746
10년 전 조회 2,218
10년 전 조회 1,777
10년 전 조회 1,577
10년 전 조회 1,455
10년 전 조회 1,421
10년 전 조회 1,437
10년 전 조회 1,399
10년 전 조회 1,416
10년 전 조회 1,430
10년 전 조회 1,602
10년 전 조회 1,494
10년 전 조회 2,235
10년 전 조회 1,774
10년 전 조회 1,515
10년 전 조회 1,609
10년 전 조회 1,832
10년 전 조회 1,507
10년 전 조회 1,711
10년 전 조회 1,548
10년 전 조회 1,666
10년 전 조회 1,504
10년 전 조회 1,464
10년 전 조회 1,456
10년 전 조회 1,504
10년 전 조회 1,488
10년 전 조회 1,540
10년 전 조회 1,553
10년 전 조회 1,531
10년 전 조회 1,673
10년 전 조회 1,676
10년 전 조회 1,468
10년 전 조회 1,781
10년 전 조회 2,102
10년 전 조회 1,564
10년 전 조회 1,813
10년 전 조회 1,782
10년 전 조회 1,629
10년 전 조회 1,603
10년 전 조회 1,546
10년 전 조회 1,658
10년 전 조회 1,409
10년 전 조회 1,481
10년 전 조회 1,699
10년 전 조회 1,522
10년 전 조회 1,482
10년 전 조회 1,469
10년 전 조회 1,490
10년 전 조회 1,509