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

· 10년 전 · 946

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년 전 조회 1,041
10년 전 조회 1,071
10년 전 조회 1,538
10년 전 조회 980
10년 전 조회 1,053
10년 전 조회 946
10년 전 조회 1,511
10년 전 조회 1,141
10년 전 조회 1,128
10년 전 조회 1,200
10년 전 조회 1,140
10년 전 조회 1,116
10년 전 조회 1,063
10년 전 조회 914
10년 전 조회 1,056
10년 전 조회 943
10년 전 조회 1,239
10년 전 조회 974
10년 전 조회 950
10년 전 조회 993
10년 전 조회 1,009
10년 전 조회 1,056
10년 전 조회 985
10년 전 조회 1,012
10년 전 조회 1,163
10년 전 조회 1,008
10년 전 조회 1,076
10년 전 조회 1,029
10년 전 조회 1,086
10년 전 조회 1,178
10년 전 조회 1,056
10년 전 조회 1,024
10년 전 조회 1,052
10년 전 조회 1,154
10년 전 조회 1,053
10년 전 조회 1,014
10년 전 조회 1,025
10년 전 조회 1,044
10년 전 조회 994
10년 전 조회 997
10년 전 조회 1,258
10년 전 조회 1,376
10년 전 조회 1,302
10년 전 조회 1,021
10년 전 조회 1,027
10년 전 조회 1,003
10년 전 조회 1,011
10년 전 조회 1,107
10년 전 조회 1,073
10년 전 조회 947
10년 전 조회 1,021
10년 전 조회 1,416
10년 전 조회 1,833
10년 전 조회 1,430
10년 전 조회 1,214
10년 전 조회 1,263
10년 전 조회 1,045
10년 전 조회 1,042
10년 전 조회 1,074
10년 전 조회 1,012
10년 전 조회 1,060
10년 전 조회 1,039
10년 전 조회 1,262
10년 전 조회 1,154
10년 전 조회 1,829
10년 전 조회 1,402
10년 전 조회 1,122
10년 전 조회 1,212
10년 전 조회 1,461
10년 전 조회 1,159
10년 전 조회 1,342
10년 전 조회 1,185
10년 전 조회 1,287
10년 전 조회 1,118
10년 전 조회 1,098
10년 전 조회 1,090
10년 전 조회 1,142
10년 전 조회 1,124
10년 전 조회 1,180
10년 전 조회 1,171
10년 전 조회 1,159
10년 전 조회 1,306
10년 전 조회 1,292
10년 전 조회 1,085
10년 전 조회 1,379
10년 전 조회 1,736
10년 전 조회 1,190
10년 전 조회 1,435
10년 전 조회 1,395
10년 전 조회 1,248
10년 전 조회 1,196
10년 전 조회 1,163
10년 전 조회 1,281
10년 전 조회 1,032
10년 전 조회 1,089
10년 전 조회 1,322
10년 전 조회 1,142
10년 전 조회 1,113
10년 전 조회 1,088
10년 전 조회 1,098