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,510
19년 전 조회 2,729
19년 전 조회 3,305
19년 전 조회 4,163
19년 전 조회 4,040
19년 전 조회 1,969
19년 전 조회 2,457
19년 전 조회 5,672
19년 전 조회 6,980
19년 전 조회 2,810
19년 전 조회 2,390
19년 전 조회 2,873
19년 전 조회 3,517
19년 전 조회 3,754
19년 전 조회 3,231
19년 전 조회 2,876
19년 전 조회 4,962
19년 전 조회 6,991
19년 전 조회 5,251
19년 전 조회 6,215
19년 전 조회 2,940
19년 전 조회 2,761
19년 전 조회 2,472
19년 전 조회 2,561
19년 전 조회 4,870
19년 전 조회 4,915
19년 전 조회 2,782
19년 전 조회 2,424
19년 전 조회 2,755
19년 전 조회 3,391
19년 전 조회 3,172
19년 전 조회 2,155
19년 전 조회 2,222
19년 전 조회 3,393
19년 전 조회 2,604
19년 전 조회 3,870
19년 전 조회 2,809
19년 전 조회 2,095
19년 전 조회 2,731
19년 전 조회 1,985
19년 전 조회 1,674
19년 전 조회 1,786
19년 전 조회 2,078
19년 전 조회 1,819
19년 전 조회 2,020
19년 전 조회 1,817
19년 전 조회 2,210
19년 전 조회 2,101
19년 전 조회 1,723
19년 전 조회 1,707
19년 전 조회 1,603
19년 전 조회 1,473
19년 전 조회 1,660
19년 전 조회 2,223
19년 전 조회 2,646
19년 전 조회 3,140
19년 전 조회 2,556
19년 전 조회 2,053
19년 전 조회 7,287
19년 전 조회 3,989
19년 전 조회 2,570
19년 전 조회 2,609
19년 전 조회 3,112
19년 전 조회 6,021
19년 전 조회 5,825
19년 전 조회 2,483
19년 전 조회 3,542
19년 전 조회 3,103
19년 전 조회 2,465
19년 전 조회 2,983
19년 전 조회 1,835
19년 전 조회 1,979
19년 전 조회 2,084
19년 전 조회 2,259
19년 전 조회 1,925
19년 전 조회 2,066
19년 전 조회 2,018
19년 전 조회 2,104
19년 전 조회 1,772
19년 전 조회 2,897
19년 전 조회 2,217
19년 전 조회 3,485
19년 전 조회 3,542
19년 전 조회 2,784
19년 전 조회 2,858
19년 전 조회 2,693
19년 전 조회 2,937
19년 전 조회 2,942
19년 전 조회 3,407
19년 전 조회 3,126
19년 전 조회 5,529
19년 전 조회 2,357
19년 전 조회 2,402
19년 전 조회 2,270
19년 전 조회 2,183
19년 전 조회 2,192
19년 전 조회 2,392
19년 전 조회 3,466
19년 전 조회 3,316
19년 전 조회 3,112