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,433
19년 전 조회 2,642
19년 전 조회 3,219
19년 전 조회 4,080
19년 전 조회 3,949
19년 전 조회 1,895
19년 전 조회 2,377
19년 전 조회 5,593
19년 전 조회 6,886
19년 전 조회 2,730
19년 전 조회 2,294
19년 전 조회 2,771
19년 전 조회 3,443
19년 전 조회 3,680
19년 전 조회 3,150
19년 전 조회 2,778
19년 전 조회 4,881
19년 전 조회 6,887
19년 전 조회 5,170
19년 전 조회 6,131
19년 전 조회 2,854
19년 전 조회 2,673
19년 전 조회 2,382
19년 전 조회 2,482
19년 전 조회 4,783
19년 전 조회 4,834
19년 전 조회 2,698
19년 전 조회 2,349
19년 전 조회 2,687
19년 전 조회 3,320
19년 전 조회 3,100
19년 전 조회 2,076
19년 전 조회 2,143
19년 전 조회 3,321
19년 전 조회 2,527
19년 전 조회 3,797
19년 전 조회 2,736
19년 전 조회 2,030
19년 전 조회 2,648
19년 전 조회 1,897
19년 전 조회 1,589
19년 전 조회 1,709
19년 전 조회 1,990
19년 전 조회 1,746
19년 전 조회 1,950
19년 전 조회 1,743
19년 전 조회 2,135
19년 전 조회 2,017
19년 전 조회 1,631
19년 전 조회 1,633
19년 전 조회 1,528
19년 전 조회 1,406
19년 전 조회 1,585
19년 전 조회 2,153
19년 전 조회 2,559
19년 전 조회 3,069
19년 전 조회 2,482
19년 전 조회 1,989
19년 전 조회 7,197
19년 전 조회 3,897
19년 전 조회 2,504
19년 전 조회 2,531
19년 전 조회 3,024
19년 전 조회 5,954
19년 전 조회 5,748
19년 전 조회 2,422
19년 전 조회 3,476
19년 전 조회 3,037
19년 전 조회 2,392
19년 전 조회 2,912
19년 전 조회 1,766
19년 전 조회 1,907
19년 전 조회 2,005
19년 전 조회 2,195
19년 전 조회 1,852
19년 전 조회 1,999
19년 전 조회 1,955
19년 전 조회 2,036
19년 전 조회 1,702
19년 전 조회 2,826
19년 전 조회 2,148
19년 전 조회 3,414
19년 전 조회 3,453
19년 전 조회 2,704
19년 전 조회 2,780
19년 전 조회 2,618
19년 전 조회 2,866
19년 전 조회 2,855
19년 전 조회 3,336
19년 전 조회 3,044
19년 전 조회 5,454
19년 전 조회 2,285
19년 전 조회 2,358
19년 전 조회 2,201
19년 전 조회 2,107
19년 전 조회 2,112
19년 전 조회 2,302
19년 전 조회 3,383
19년 전 조회 3,238
19년 전 조회 3,031