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

· 10년 전 · 1278

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,330
10년 전 조회 1,297
10년 전 조회 1,801
10년 전 조회 1,265
10년 전 조회 1,324
10년 전 조회 1,219
10년 전 조회 1,801
10년 전 조회 1,380
10년 전 조회 1,391
10년 전 조회 1,429
10년 전 조회 1,364
10년 전 조회 1,376
10년 전 조회 1,302
10년 전 조회 1,202
10년 전 조회 1,333
10년 전 조회 1,190
10년 전 조회 1,552
10년 전 조회 1,260
10년 전 조회 1,269
10년 전 조회 1,261
10년 전 조회 1,282
10년 전 조회 1,350
10년 전 조회 1,249
10년 전 조회 1,269
10년 전 조회 1,471
10년 전 조회 1,264
10년 전 조회 1,378
10년 전 조회 1,341
10년 전 조회 1,363
10년 전 조회 1,494
10년 전 조회 1,337
10년 전 조회 1,319
10년 전 조회 1,322
10년 전 조회 1,435
10년 전 조회 1,317
10년 전 조회 1,280
10년 전 조회 1,314
10년 전 조회 1,324
10년 전 조회 1,374
10년 전 조회 1,297
10년 전 조회 1,520
10년 전 조회 1,665
10년 전 조회 1,578
10년 전 조회 1,332
10년 전 조회 1,325
10년 전 조회 1,291
10년 전 조회 1,277
10년 전 조회 1,400
10년 전 조회 1,315
10년 전 조회 1,279
10년 전 조회 1,327
10년 전 조회 1,664
10년 전 조회 2,141
10년 전 조회 1,711
10년 전 조회 1,506
10년 전 조회 1,366
10년 전 조회 1,335
10년 전 조회 1,357
10년 전 조회 1,315
10년 전 조회 1,338
10년 전 조회 1,356
10년 전 조회 1,528
10년 전 조회 1,412
10년 전 조회 2,152
10년 전 조회 1,686
10년 전 조회 1,434
10년 전 조회 1,519
10년 전 조회 1,748
10년 전 조회 1,439
10년 전 조회 1,622
10년 전 조회 1,454
10년 전 조회 1,568
10년 전 조회 1,413
10년 전 조회 1,370
10년 전 조회 1,380
10년 전 조회 1,422
10년 전 조회 1,419
10년 전 조회 1,445
10년 전 조회 1,485
10년 전 조회 1,447
10년 전 조회 1,605
10년 전 조회 1,583
10년 전 조회 1,382
10년 전 조회 1,688
10년 전 조회 2,020
10년 전 조회 1,486
10년 전 조회 1,730
10년 전 조회 1,692
10년 전 조회 1,548
10년 전 조회 1,511
10년 전 조회 1,481
10년 전 조회 1,574
10년 전 조회 1,319
10년 전 조회 1,405
10년 전 조회 1,623
10년 전 조회 1,451
10년 전 조회 1,432
10년 전 조회 1,393
10년 전 조회 1,422
10년 전 조회 1,427