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,428
19년 전 조회 2,637
19년 전 조회 3,213
19년 전 조회 4,073
19년 전 조회 3,945
19년 전 조회 1,882
19년 전 조회 2,374
19년 전 조회 5,585
19년 전 조회 6,881
19년 전 조회 2,726
19년 전 조회 2,288
19년 전 조회 2,766
19년 전 조회 3,437
19년 전 조회 3,674
19년 전 조회 3,148
19년 전 조회 2,772
19년 전 조회 4,876
19년 전 조회 6,880
19년 전 조회 5,165
19년 전 조회 6,127
19년 전 조회 2,846
19년 전 조회 2,669
19년 전 조회 2,375
19년 전 조회 2,475
19년 전 조회 4,773
19년 전 조회 4,834
19년 전 조회 2,692
19년 전 조회 2,342
19년 전 조회 2,680
19년 전 조회 3,310
19년 전 조회 3,091
19년 전 조회 2,072
19년 전 조회 2,137
19년 전 조회 3,315
19년 전 조회 2,523
19년 전 조회 3,786
19년 전 조회 2,731
19년 전 조회 2,026
19년 전 조회 2,639
19년 전 조회 1,889
19년 전 조회 1,579
19년 전 조회 1,698
19년 전 조회 1,984
19년 전 조회 1,739
19년 전 조회 1,943
19년 전 조회 1,737
19년 전 조회 2,131
19년 전 조회 2,013
19년 전 조회 1,624
19년 전 조회 1,628
19년 전 조회 1,517
19년 전 조회 1,402
19년 전 조회 1,577
19년 전 조회 2,149
19년 전 조회 2,554
19년 전 조회 3,063
19년 전 조회 2,477
19년 전 조회 1,980
19년 전 조회 7,192
19년 전 조회 3,893
19년 전 조회 2,503
19년 전 조회 2,525
19년 전 조회 3,017
19년 전 조회 5,943
19년 전 조회 5,742
19년 전 조회 2,412
19년 전 조회 3,467
19년 전 조회 3,030
19년 전 조회 2,388
19년 전 조회 2,904
19년 전 조회 1,758
19년 전 조회 1,902
19년 전 조회 1,996
19년 전 조회 2,189
19년 전 조회 1,848
19년 전 조회 1,993
19년 전 조회 1,949
19년 전 조회 2,030
19년 전 조회 1,696
19년 전 조회 2,817
19년 전 조회 2,143
19년 전 조회 3,408
19년 전 조회 3,448
19년 전 조회 2,695
19년 전 조회 2,773
19년 전 조회 2,613
19년 전 조회 2,860
19년 전 조회 2,852
19년 전 조회 3,330
19년 전 조회 3,043
19년 전 조회 5,445
19년 전 조회 2,281
19년 전 조회 2,356
19년 전 조회 2,193
19년 전 조회 2,100
19년 전 조회 2,103
19년 전 조회 2,297
19년 전 조회 3,380
19년 전 조회 3,231
19년 전 조회 3,026