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,728
19년 전 조회 3,305
19년 전 조회 4,163
19년 전 조회 4,040
19년 전 조회 1,969
19년 전 조회 2,457
19년 전 조회 5,671
19년 전 조회 6,980
19년 전 조회 2,809
19년 전 조회 2,390
19년 전 조회 2,872
19년 전 조회 3,516
19년 전 조회 3,754
19년 전 조회 3,230
19년 전 조회 2,876
19년 전 조회 4,962
19년 전 조회 6,990
19년 전 조회 5,248
19년 전 조회 6,215
19년 전 조회 2,940
19년 전 조회 2,761
19년 전 조회 2,472
19년 전 조회 2,560
19년 전 조회 4,869
19년 전 조회 4,914
19년 전 조회 2,781
19년 전 조회 2,424
19년 전 조회 2,755
19년 전 조회 3,390
19년 전 조회 3,171
19년 전 조회 2,155
19년 전 조회 2,221
19년 전 조회 3,392
19년 전 조회 2,604
19년 전 조회 3,869
19년 전 조회 2,809
19년 전 조회 2,094
19년 전 조회 2,731
19년 전 조회 1,985
19년 전 조회 1,674
19년 전 조회 1,786
19년 전 조회 2,078
19년 전 조회 1,819
19년 전 조회 2,020
19년 전 조회 1,815
19년 전 조회 2,210
19년 전 조회 2,101
19년 전 조회 1,721
19년 전 조회 1,706
19년 전 조회 1,603
19년 전 조회 1,472
19년 전 조회 1,659
19년 전 조회 2,223
19년 전 조회 2,646
19년 전 조회 3,140
19년 전 조회 2,555
19년 전 조회 2,053
19년 전 조회 7,286
19년 전 조회 3,989
19년 전 조회 2,569
19년 전 조회 2,608
19년 전 조회 3,112
19년 전 조회 6,021
19년 전 조회 5,824
19년 전 조회 2,483
19년 전 조회 3,541
19년 전 조회 3,102
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,896
19년 전 조회 2,217
19년 전 조회 3,484
19년 전 조회 3,542
19년 전 조회 2,783
19년 전 조회 2,858
19년 전 조회 2,692
19년 전 조회 2,936
19년 전 조회 2,942
19년 전 조회 3,406
19년 전 조회 3,126
19년 전 조회 5,529
19년 전 조회 2,357
19년 전 조회 2,402
19년 전 조회 2,270
19년 전 조회 2,182
19년 전 조회 2,191
19년 전 조회 2,391
19년 전 조회 3,465
19년 전 조회 3,315
19년 전 조회 3,112