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

· 10년 전 · 1437

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,486
10년 전 조회 1,460
10년 전 조회 1,975
10년 전 조회 1,428
10년 전 조회 1,492
10년 전 조회 1,371
10년 전 조회 1,968
10년 전 조회 1,557
10년 전 조회 1,546
10년 전 조회 1,598
10년 전 조회 1,511
10년 전 조회 1,541
10년 전 조회 1,456
10년 전 조회 1,366
10년 전 조회 1,479
10년 전 조회 1,368
10년 전 조회 1,734
10년 전 조회 1,429
10년 전 조회 1,442
10년 전 조회 1,423
10년 전 조회 1,455
10년 전 조회 1,515
10년 전 조회 1,410
10년 전 조회 1,441
10년 전 조회 1,632
10년 전 조회 1,426
10년 전 조회 1,524
10년 전 조회 1,507
10년 전 조회 1,513
10년 전 조회 1,674
10년 전 조회 1,517
10년 전 조회 1,520
10년 전 조회 1,491
10년 전 조회 1,609
10년 전 조회 1,523
10년 전 조회 1,476
10년 전 조회 1,472
10년 전 조회 1,508
10년 전 조회 1,548
10년 전 조회 1,483
10년 전 조회 1,676
10년 전 조회 1,822
10년 전 조회 1,751
10년 전 조회 1,517
10년 전 조회 1,519
10년 전 조회 1,472
10년 전 조회 1,457
10년 전 조회 1,561
10년 전 조회 1,473
10년 전 조회 1,438
10년 전 조회 1,500
10년 전 조회 1,839
10년 전 조회 2,291
10년 전 조회 1,863
10년 전 조회 1,681
10년 전 조회 1,538
10년 전 조회 1,502
10년 전 조회 1,525
10년 전 조회 1,502
10년 전 조회 1,504
10년 전 조회 1,509
10년 전 조회 1,672
10년 전 조회 1,586
10년 전 조회 2,334
10년 전 조회 1,855
10년 전 조회 1,611
10년 전 조회 1,703
10년 전 조회 1,915
10년 전 조회 1,601
10년 전 조회 1,815
10년 전 조회 1,656
10년 전 조회 1,770
10년 전 조회 1,603
10년 전 조회 1,556
10년 전 조회 1,552
10년 전 조회 1,602
10년 전 조회 1,578
10년 전 조회 1,625
10년 전 조회 1,643
10년 전 조회 1,625
10년 전 조회 1,775
10년 전 조회 1,769
10년 전 조회 1,571
10년 전 조회 1,863
10년 전 조회 2,196
10년 전 조회 1,656
10년 전 조회 1,921
10년 전 조회 1,888
10년 전 조회 1,730
10년 전 조회 1,703
10년 전 조회 1,650
10년 전 조회 1,749
10년 전 조회 1,501
10년 전 조회 1,592
10년 전 조회 1,803
10년 전 조회 1,618
10년 전 조회 1,573
10년 전 조회 1,576
10년 전 조회 1,582
10년 전 조회 1,612