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

· 10년 전 · 1138

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,212
10년 전 조회 1,187
10년 전 조회 1,693
10년 전 조회 1,139
10년 전 조회 1,221
10년 전 조회 1,095
10년 전 조회 1,678
10년 전 조회 1,269
10년 전 조회 1,260
10년 전 조회 1,307
10년 전 조회 1,248
10년 전 조회 1,255
10년 전 조회 1,193
10년 전 조회 1,085
10년 전 조회 1,219
10년 전 조회 1,089
10년 전 조회 1,404
10년 전 조회 1,151
10년 전 조회 1,156
10년 전 조회 1,148
10년 전 조회 1,170
10년 전 조회 1,219
10년 전 조회 1,135
10년 전 조회 1,160
10년 전 조회 1,349
10년 전 조회 1,150
10년 전 조회 1,264
10년 전 조회 1,206
10년 전 조회 1,248
10년 전 조회 1,353
10년 전 조회 1,216
10년 전 조회 1,191
10년 전 조회 1,201
10년 전 조회 1,299
10년 전 조회 1,194
10년 전 조회 1,154
10년 전 조회 1,178
10년 전 조회 1,183
10년 전 조회 1,237
10년 전 조회 1,158
10년 전 조회 1,377
10년 전 조회 1,545
10년 전 조회 1,435
10년 전 조회 1,199
10년 전 조회 1,196
10년 전 조회 1,154
10년 전 조회 1,162
10년 전 조회 1,273
10년 전 조회 1,205
10년 전 조회 1,139
10년 전 조회 1,196
10년 전 조회 1,548
10년 전 조회 2,002
10년 전 조회 1,587
10년 전 조회 1,407
10년 전 조회 1,368
10년 전 조회 1,207
10년 전 조회 1,201
10년 전 조회 1,219
10년 전 조회 1,181
10년 전 조회 1,198
10년 전 조회 1,222
10년 전 조회 1,376
10년 전 조회 1,303
10년 전 조회 2,022
10년 전 조회 1,559
10년 전 조회 1,292
10년 전 조회 1,381
10년 전 조회 1,640
10년 전 조회 1,320
10년 전 조회 1,497
10년 전 조회 1,341
10년 전 조회 1,443
10년 전 조회 1,291
10년 전 조회 1,255
10년 전 조회 1,252
10년 전 조회 1,288
10년 전 조회 1,281
10년 전 조회 1,312
10년 전 조회 1,343
10년 전 조회 1,306
10년 전 조회 1,467
10년 전 조회 1,461
10년 전 조회 1,242
10년 전 조회 1,549
10년 전 조회 1,904
10년 전 조회 1,342
10년 전 조회 1,602
10년 전 조회 1,559
10년 전 조회 1,407
10년 전 조회 1,373
10년 전 조회 1,332
10년 전 조회 1,442
10년 전 조회 1,184
10년 전 조회 1,263
10년 전 조회 1,481
10년 전 조회 1,298
10년 전 조회 1,298
10년 전 조회 1,258
10년 전 조회 1,289