COMING SOON 🚀

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

· 10년 전 · 1217

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,276
10년 전 조회 1,241
10년 전 조회 1,758
10년 전 조회 1,198
10년 전 조회 1,278
10년 전 조회 1,163
10년 전 조회 1,746
10년 전 조회 1,327
10년 전 조회 1,338
10년 전 조회 1,382
10년 전 조회 1,321
10년 전 조회 1,331
10년 전 조회 1,259
10년 전 조회 1,159
10년 전 조회 1,285
10년 전 조회 1,158
10년 전 조회 1,498
10년 전 조회 1,213
10년 전 조회 1,224
10년 전 조회 1,208
10년 전 조회 1,231
10년 전 조회 1,292
10년 전 조회 1,202
10년 전 조회 1,215
10년 전 조회 1,413
10년 전 조회 1,218
10년 전 조회 1,325
10년 전 조회 1,291
10년 전 조회 1,307
10년 전 조회 1,425
10년 전 조회 1,291
10년 전 조회 1,249
10년 전 조회 1,268
10년 전 조회 1,382
10년 전 조회 1,268
10년 전 조회 1,222
10년 전 조회 1,241
10년 전 조회 1,257
10년 전 조회 1,319
10년 전 조회 1,238
10년 전 조회 1,458
10년 전 조회 1,614
10년 전 조회 1,507
10년 전 조회 1,272
10년 전 조회 1,265
10년 전 조회 1,228
10년 전 조회 1,224
10년 전 조회 1,346
10년 전 조회 1,272
10년 전 조회 1,218
10년 전 조회 1,270
10년 전 조회 1,620
10년 전 조회 2,080
10년 전 조회 1,657
10년 전 조회 1,488
10년 전 조회 1,456
10년 전 조회 1,295
10년 전 조회 1,280
10년 전 조회 1,300
10년 전 조회 1,263
10년 전 조회 1,272
10년 전 조회 1,305
10년 전 조회 1,465
10년 전 조회 1,368
10년 전 조회 2,091
10년 전 조회 1,630
10년 전 조회 1,374
10년 전 조회 1,464
10년 전 조회 1,710
10년 전 조회 1,385
10년 전 조회 1,572
10년 전 조회 1,400
10년 전 조회 1,516
10년 전 조회 1,362
10년 전 조회 1,331
10년 전 조회 1,326
10년 전 조회 1,358
10년 전 조회 1,356
10년 전 조회 1,392
10년 전 조회 1,419
10년 전 조회 1,392
10년 전 조회 1,545
10년 전 조회 1,529
10년 전 조회 1,318
10년 전 조회 1,622
10년 전 조회 1,970
10년 전 조회 1,423
10년 전 조회 1,678
10년 전 조회 1,637
10년 전 조회 1,492
10년 전 조회 1,437
10년 전 조회 1,405
10년 전 조회 1,521
10년 전 조회 1,255
10년 전 조회 1,345
10년 전 조회 1,564
10년 전 조회 1,388
10년 전 조회 1,384
10년 전 조회 1,331
10년 전 조회 1,376