사용자 브라우저의 펄러그인 목록 출력하기 입니다.

· 10년 전 · 880

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>

|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
10년 전 조회 958
10년 전 조회 994
10년 전 조회 1,459
10년 전 조회 906
10년 전 조회 968
10년 전 조회 860
10년 전 조회 1,435
10년 전 조회 1,093
10년 전 조회 1,076
10년 전 조회 1,150
10년 전 조회 1,089
10년 전 조회 1,041
10년 전 조회 1,017
10년 전 조회 839
10년 전 조회 968
10년 전 조회 858
10년 전 조회 1,159
10년 전 조회 905
10년 전 조회 870
10년 전 조회 901
10년 전 조회 931
10년 전 조회 980
10년 전 조회 896
10년 전 조회 928
10년 전 조회 1,073
10년 전 조회 937
10년 전 조회 995
10년 전 조회 951
10년 전 조회 1,001
10년 전 조회 1,107
10년 전 조회 971
10년 전 조회 949
10년 전 조회 972
10년 전 조회 1,063
10년 전 조회 974
10년 전 조회 933
10년 전 조회 953
10년 전 조회 973
10년 전 조회 907
10년 전 조회 912
10년 전 조회 1,207
10년 전 조회 1,294
10년 전 조회 1,248
10년 전 조회 939
10년 전 조회 956
10년 전 조회 916
10년 전 조회 938
10년 전 조회 1,041
10년 전 조회 990
10년 전 조회 881
10년 전 조회 939
10년 전 조회 1,323
10년 전 조회 1,753
10년 전 조회 1,331
10년 전 조회 1,140
10년 전 조회 1,219
10년 전 조회 971
10년 전 조회 954
10년 전 조회 990
10년 전 조회 946
10년 전 조회 979
10년 전 조회 963
10년 전 조회 1,223
10년 전 조회 1,081
10년 전 조회 1,763
10년 전 조회 1,341
10년 전 조회 1,043
10년 전 조회 1,147
10년 전 조회 1,368
10년 전 조회 1,104
10년 전 조회 1,270
10년 전 조회 1,112
10년 전 조회 1,218
10년 전 조회 1,039
10년 전 조회 1,025
10년 전 조회 1,019
10년 전 조회 1,075
10년 전 조회 1,047
10년 전 조회 1,112
10년 전 조회 1,099
10년 전 조회 1,081
10년 전 조회 1,221
10년 전 조회 1,209
10년 전 조회 1,003
10년 전 조회 1,309
10년 전 조회 1,654
10년 전 조회 1,108
10년 전 조회 1,357
10년 전 조회 1,316
10년 전 조회 1,174
10년 전 조회 1,128
10년 전 조회 1,086
10년 전 조회 1,205
10년 전 조회 965
10년 전 조회 1,024
10년 전 조회 1,239
10년 전 조회 1,066
10년 전 조회 1,025
10년 전 조회 1,015
10년 전 조회 1,008