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

· 10년 전 · 892

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년 전 조회 971
10년 전 조회 1,002
10년 전 조회 1,470
10년 전 조회 919
10년 전 조회 976
10년 전 조회 871
10년 전 조회 1,447
10년 전 조회 1,100
10년 전 조회 1,083
10년 전 조회 1,157
10년 전 조회 1,097
10년 전 조회 1,050
10년 전 조회 1,022
10년 전 조회 851
10년 전 조회 984
10년 전 조회 872
10년 전 조회 1,171
10년 전 조회 919
10년 전 조회 878
10년 전 조회 914
10년 전 조회 945
10년 전 조회 994
10년 전 조회 914
10년 전 조회 936
10년 전 조회 1,092
10년 전 조회 946
10년 전 조회 1,012
10년 전 조회 962
10년 전 조회 1,013
10년 전 조회 1,120
10년 전 조회 991
10년 전 조회 962
10년 전 조회 982
10년 전 조회 1,075
10년 전 조회 987
10년 전 조회 942
10년 전 조회 964
10년 전 조회 985
10년 전 조회 916
10년 전 조회 927
10년 전 조회 1,218
10년 전 조회 1,306
10년 전 조회 1,260
10년 전 조회 952
10년 전 조회 968
10년 전 조회 933
10년 전 조회 947
10년 전 조회 1,048
10년 전 조회 1,002
10년 전 조회 893
10년 전 조회 951
10년 전 조회 1,335
10년 전 조회 1,763
10년 전 조회 1,351
10년 전 조회 1,151
10년 전 조회 1,223
10년 전 조회 980
10년 전 조회 962
10년 전 조회 1,002
10년 전 조회 952
10년 전 조회 993
10년 전 조회 983
10년 전 조회 1,227
10년 전 조회 1,095
10년 전 조회 1,775
10년 전 조회 1,355
10년 전 조회 1,054
10년 전 조회 1,159
10년 전 조회 1,384
10년 전 조회 1,114
10년 전 조회 1,286
10년 전 조회 1,127
10년 전 조회 1,230
10년 전 조회 1,053
10년 전 조회 1,041
10년 전 조회 1,030
10년 전 조회 1,086
10년 전 조회 1,058
10년 전 조회 1,125
10년 전 조회 1,117
10년 전 조회 1,094
10년 전 조회 1,235
10년 전 조회 1,217
10년 전 조회 1,011
10년 전 조회 1,319
10년 전 조회 1,668
10년 전 조회 1,120
10년 전 조회 1,372
10년 전 조회 1,324
10년 전 조회 1,183
10년 전 조회 1,138
10년 전 조회 1,100
10년 전 조회 1,216
10년 전 조회 974
10년 전 조회 1,032
10년 전 조회 1,247
10년 전 조회 1,078
10년 전 조회 1,039
10년 전 조회 1,026
10년 전 조회 1,024