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,394
19년 전 조회 2,616
19년 전 조회 3,185
19년 전 조회 4,043
19년 전 조회 3,919
19년 전 조회 1,849
19년 전 조회 2,342
19년 전 조회 5,564
19년 전 조회 6,860
19년 전 조회 2,703
19년 전 조회 2,265
19년 전 조회 2,739
19년 전 조회 3,414
19년 전 조회 3,647
19년 전 조회 3,124
19년 전 조회 2,743
19년 전 조회 4,853
19년 전 조회 6,854
19년 전 조회 5,130
19년 전 조회 6,095
19년 전 조회 2,820
19년 전 조회 2,641
19년 전 조회 2,345
19년 전 조회 2,449
19년 전 조회 4,748
19년 전 조회 4,803
19년 전 조회 2,664
19년 전 조회 2,317
19년 전 조회 2,648
19년 전 조회 3,280
19년 전 조회 3,064
19년 전 조회 2,042
19년 전 조회 2,111
19년 전 조회 3,284
19년 전 조회 2,503
19년 전 조회 3,764
19년 전 조회 2,702
19년 전 조회 2,000
19년 전 조회 2,611
19년 전 조회 1,863
19년 전 조회 1,540
19년 전 조회 1,674
19년 전 조회 1,959
19년 전 조회 1,722
19년 전 조회 1,917
19년 전 조회 1,703
19년 전 조회 2,099
19년 전 조회 1,985
19년 전 조회 1,599
19년 전 조회 1,596
19년 전 조회 1,497
19년 전 조회 1,375
19년 전 조회 1,550
19년 전 조회 2,124
19년 전 조회 2,530
19년 전 조회 3,035
19년 전 조회 2,448
19년 전 조회 1,952
19년 전 조회 7,166
19년 전 조회 3,868
19년 전 조회 2,485
19년 전 조회 2,498
19년 전 조회 2,988
19년 전 조회 5,912
19년 전 조회 5,700
19년 전 조회 2,381
19년 전 조회 3,434
19년 전 조회 3,003
19년 전 조회 2,357
19년 전 조회 2,873
19년 전 조회 1,732
19년 전 조회 1,878
19년 전 조회 1,978
19년 전 조회 2,150
19년 전 조회 1,816
19년 전 조회 1,960
19년 전 조회 1,920
19년 전 조회 2,000
19년 전 조회 1,664
19년 전 조회 2,791
19년 전 조회 2,121
19년 전 조회 3,384
19년 전 조회 3,414
19년 전 조회 2,673
19년 전 조회 2,748
19년 전 조회 2,579
19년 전 조회 2,826
19년 전 조회 2,825
19년 전 조회 3,304
19년 전 조회 3,010
19년 전 조회 5,418
19년 전 조회 2,245
19년 전 조회 2,329
19년 전 조회 2,157
19년 전 조회 2,072
19년 전 조회 2,073
19년 전 조회 2,268
19년 전 조회 3,343
19년 전 조회 3,202
19년 전 조회 2,994