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

· 10년 전 · 1323

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,377
10년 전 조회 1,348
10년 전 조회 1,859
10년 전 조회 1,326
10년 전 조회 1,374
10년 전 조회 1,267
10년 전 조회 1,851
10년 전 조회 1,436
10년 전 조회 1,436
10년 전 조회 1,468
10년 전 조회 1,418
10년 전 조회 1,412
10년 전 조회 1,352
10년 전 조회 1,245
10년 전 조회 1,388
10년 전 조회 1,240
10년 전 조회 1,617
10년 전 조회 1,313
10년 전 조회 1,312
10년 전 조회 1,299
10년 전 조회 1,329
10년 전 조회 1,391
10년 전 조회 1,297
10년 전 조회 1,320
10년 전 조회 1,521
10년 전 조회 1,310
10년 전 조회 1,421
10년 전 조회 1,394
10년 전 조회 1,416
10년 전 조회 1,555
10년 전 조회 1,395
10년 전 조회 1,389
10년 전 조회 1,385
10년 전 조회 1,487
10년 전 조회 1,386
10년 전 조회 1,346
10년 전 조회 1,360
10년 전 조회 1,369
10년 전 조회 1,431
10년 전 조회 1,358
10년 전 조회 1,568
10년 전 조회 1,718
10년 전 조회 1,630
10년 전 조회 1,390
10년 전 조회 1,393
10년 전 조회 1,352
10년 전 조회 1,336
10년 전 조회 1,449
10년 전 조회 1,364
10년 전 조회 1,324
10년 전 조회 1,387
10년 전 조회 1,725
10년 전 조회 2,199
10년 전 조회 1,763
10년 전 조회 1,561
10년 전 조회 1,429
10년 전 조회 1,403
10년 전 조회 1,416
10년 전 조회 1,376
10년 전 조회 1,401
10년 전 조회 1,413
10년 전 조회 1,584
10년 전 조회 1,467
10년 전 조회 2,210
10년 전 조회 1,754
10년 전 조회 1,488
10년 전 조회 1,582
10년 전 조회 1,812
10년 전 조회 1,485
10년 전 조회 1,694
10년 전 조회 1,526
10년 전 조회 1,637
10년 전 조회 1,473
10년 전 조회 1,441
10년 전 조회 1,435
10년 전 조회 1,481
10년 전 조회 1,471
10년 전 조회 1,515
10년 전 조회 1,538
10년 전 조회 1,505
10년 전 조회 1,650
10년 전 조회 1,645
10년 전 조회 1,442
10년 전 조회 1,758
10년 전 조회 2,081
10년 전 조회 1,542
10년 전 조회 1,795
10년 전 조회 1,758
10년 전 조회 1,603
10년 전 조회 1,586
10년 전 조회 1,532
10년 전 조회 1,637
10년 전 조회 1,384
10년 전 조회 1,461
10년 전 조회 1,676
10년 전 조회 1,503
10년 전 조회 1,471
10년 전 조회 1,452
10년 전 조회 1,473
10년 전 조회 1,485