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

· 10년 전 · 1373

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,434
10년 전 조회 1,416
10년 전 조회 1,925
10년 전 조회 1,383
10년 전 조회 1,442
10년 전 조회 1,319
10년 전 조회 1,917
10년 전 조회 1,500
10년 전 조회 1,497
10년 전 조회 1,541
10년 전 조회 1,471
10년 전 조회 1,492
10년 전 조회 1,416
10년 전 조회 1,316
10년 전 조회 1,441
10년 전 조회 1,307
10년 전 조회 1,684
10년 전 조회 1,377
10년 전 조회 1,382
10년 전 조회 1,371
10년 전 조회 1,389
10년 전 조회 1,458
10년 전 조회 1,356
10년 전 조회 1,395
10년 전 조회 1,580
10년 전 조회 1,369
10년 전 조회 1,474
10년 전 조회 1,452
10년 전 조회 1,480
10년 전 조회 1,624
10년 전 조회 1,461
10년 전 조회 1,463
10년 전 조회 1,443
10년 전 조회 1,551
10년 전 조회 1,460
10년 전 조회 1,421
10년 전 조회 1,425
10년 전 조회 1,446
10년 전 조회 1,486
10년 전 조회 1,424
10년 전 조회 1,625
10년 전 조회 1,779
10년 전 조회 1,694
10년 전 조회 1,459
10년 전 조회 1,455
10년 전 조회 1,420
10년 전 조회 1,405
10년 전 조회 1,502
10년 전 조회 1,426
10년 전 조회 1,374
10년 전 조회 1,436
10년 전 조회 1,784
10년 전 조회 2,245
10년 전 조회 1,821
10년 전 조회 1,617
10년 전 조회 1,490
10년 전 조회 1,460
10년 전 조회 1,474
10년 전 조회 1,438
10년 전 조회 1,453
10년 전 조회 1,462
10년 전 조회 1,629
10년 전 조회 1,530
10년 전 조회 2,281
10년 전 조회 1,803
10년 전 조회 1,552
10년 전 조회 1,646
10년 전 조회 1,866
10년 전 조회 1,547
10년 전 조회 1,757
10년 전 조회 1,586
10년 전 조회 1,710
10년 전 조회 1,547
10년 전 조회 1,497
10년 전 조회 1,493
10년 전 조회 1,553
10년 전 조회 1,524
10년 전 조회 1,577
10년 전 조회 1,587
10년 전 조회 1,573
10년 전 조회 1,716
10년 전 조회 1,718
10년 전 조회 1,517
10년 전 조회 1,812
10년 전 조회 2,138
10년 전 조회 1,599
10년 전 조회 1,855
10년 전 조회 1,821
10년 전 조회 1,671
10년 전 조회 1,640
10년 전 조회 1,596
10년 전 조회 1,692
10년 전 조회 1,444
10년 전 조회 1,525
10년 전 조회 1,741
10년 전 조회 1,562
10년 전 조회 1,518
10년 전 조회 1,505
10년 전 조회 1,529
10년 전 조회 1,545