E

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

<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><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
19년 전 조회 3,480
19년 전 조회 2,692
19년 전 조회 3,262
19년 전 조회 4,127
19년 전 조회 3,997
19년 전 조회 1,932
19년 전 조회 2,423
19년 전 조회 5,637
19년 전 조회 6,937
19년 전 조회 2,776
19년 전 조회 2,348
19년 전 조회 2,820
19년 전 조회 3,482
19년 전 조회 3,720
19년 전 조회 3,194
19년 전 조회 2,832
19년 전 조회 4,933
19년 전 조회 6,947
19년 전 조회 5,211
19년 전 조회 6,172
19년 전 조회 2,898
19년 전 조회 2,727
19년 전 조회 2,423
19년 전 조회 2,523
19년 전 조회 4,827
19년 전 조회 4,874
19년 전 조회 2,746
19년 전 조회 2,390
19년 전 조회 2,724
19년 전 조회 3,359
19년 전 조회 3,142
19년 전 조회 2,116
19년 전 조회 2,183
19년 전 조회 3,358
19년 전 조회 2,560
19년 전 조회 3,838
19년 전 조회 2,773
19년 전 조회 2,066
19년 전 조회 2,695
19년 전 조회 1,945
19년 전 조회 1,627
19년 전 조회 1,752
19년 전 조회 2,036
19년 전 조회 1,796
19년 전 조회 1,992
19년 전 조회 1,776
19년 전 조회 2,177
19년 전 조회 2,058
19년 전 조회 1,691
19년 전 조회 1,674
19년 전 조회 1,571
19년 전 조회 1,440
19년 전 조회 1,624
19년 전 조회 2,194
19년 전 조회 2,609
19년 전 조회 3,115
19년 전 조회 2,522
19년 전 조회 2,026
19년 전 조회 7,254
19년 전 조회 3,951
19년 전 조회 2,537
19년 전 조회 2,575
19년 전 조회 3,073
19년 전 조회 5,991
19년 전 조회 5,787
19년 전 조회 2,456
19년 전 조회 3,502
19년 전 조회 3,072
19년 전 조회 2,437
19년 전 조회 2,950
19년 전 조회 1,796
19년 전 조회 1,946
19년 전 조회 2,058
19년 전 조회 2,233
19년 전 조회 1,893
19년 전 조회 2,042
19년 전 조회 1,985
19년 전 조회 2,078
19년 전 조회 1,747
19년 전 조회 2,862
19년 전 조회 2,194
19년 전 조회 3,451
19년 전 조회 3,500
19년 전 조회 2,742
19년 전 조회 2,817
19년 전 조회 2,657
19년 전 조회 2,900
19년 전 조회 2,904
19년 전 조회 3,376
19년 전 조회 3,083
19년 전 조회 5,495
19년 전 조회 2,324
19년 전 조회 2,388
19년 전 조회 2,238
19년 전 조회 2,147
19년 전 조회 2,152
19년 전 조회 2,345
19년 전 조회 3,419
19년 전 조회 3,280
19년 전 조회 3,073