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,373
19년 전 조회 2,594
19년 전 조회 3,157
19년 전 조회 4,021
19년 전 조회 3,898
19년 전 조회 1,826
19년 전 조회 2,320
19년 전 조회 5,540
19년 전 조회 6,827
19년 전 조회 2,674
19년 전 조회 2,238
19년 전 조회 2,717
19년 전 조회 3,390
19년 전 조회 3,619
19년 전 조회 3,098
19년 전 조회 2,722
19년 전 조회 4,828
19년 전 조회 6,829
19년 전 조회 5,105
19년 전 조회 6,067
19년 전 조회 2,793
19년 전 조회 2,611
19년 전 조회 2,320
19년 전 조회 2,417
19년 전 조회 4,716
19년 전 조회 4,780
19년 전 조회 2,637
19년 전 조회 2,294
19년 전 조회 2,622
19년 전 조회 3,249
19년 전 조회 3,041
19년 전 조회 2,015
19년 전 조회 2,079
19년 전 조회 3,258
19년 전 조회 2,479
19년 전 조회 3,747
19년 전 조회 2,674
19년 전 조회 1,966
19년 전 조회 2,583
19년 전 조회 1,841
19년 전 조회 1,521
19년 전 조회 1,649
19년 전 조회 1,933
19년 전 조회 1,695
19년 전 조회 1,885
19년 전 조회 1,677
19년 전 조회 2,072
19년 전 조회 1,958
19년 전 조회 1,567
19년 전 조회 1,571
19년 전 조회 1,472
19년 전 조회 1,346
19년 전 조회 1,526
19년 전 조회 2,095
19년 전 조회 2,503
19년 전 조회 3,002
19년 전 조회 2,427
19년 전 조회 1,917
19년 전 조회 7,144
19년 전 조회 3,843
19년 전 조회 2,453
19년 전 조회 2,466
19년 전 조회 2,963
19년 전 조회 5,886
19년 전 조회 5,674
19년 전 조회 2,360
19년 전 조회 3,410
19년 전 조회 2,982
19년 전 조회 2,331
19년 전 조회 2,848
19년 전 조회 1,699
19년 전 조회 1,860
19년 전 조회 1,951
19년 전 조회 2,123
19년 전 조회 1,791
19년 전 조회 1,934
19년 전 조회 1,894
19년 전 조회 1,975
19년 전 조회 1,647
19년 전 조회 2,761
19년 전 조회 2,090
19년 전 조회 3,352
19년 전 조회 3,387
19년 전 조회 2,643
19년 전 조회 2,722
19년 전 조회 2,552
19년 전 조회 2,806
19년 전 조회 2,803
19년 전 조회 3,275
19년 전 조회 2,987
19년 전 조회 5,395
19년 전 조회 2,224
19년 전 조회 2,302
19년 전 조회 2,133
19년 전 조회 2,045
19년 전 조회 2,048
19년 전 조회 2,245
19년 전 조회 3,319
19년 전 조회 3,178
19년 전 조회 2,966