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

· 10년 전 · 1314

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,371
10년 전 조회 1,336
10년 전 조회 1,842
10년 전 조회 1,319
10년 전 조회 1,367
10년 전 조회 1,259
10년 전 조회 1,841
10년 전 조회 1,423
10년 전 조회 1,428
10년 전 조회 1,454
10년 전 조회 1,408
10년 전 조회 1,407
10년 전 조회 1,339
10년 전 조회 1,240
10년 전 조회 1,377
10년 전 조회 1,230
10년 전 조회 1,601
10년 전 조회 1,302
10년 전 조회 1,307
10년 전 조회 1,290
10년 전 조회 1,320
10년 전 조회 1,386
10년 전 조회 1,288
10년 전 조회 1,311
10년 전 조회 1,509
10년 전 조회 1,302
10년 전 조회 1,415
10년 전 조회 1,384
10년 전 조회 1,409
10년 전 조회 1,546
10년 전 조회 1,383
10년 전 조회 1,375
10년 전 조회 1,374
10년 전 조회 1,475
10년 전 조회 1,371
10년 전 조회 1,329
10년 전 조회 1,345
10년 전 조회 1,360
10년 전 조회 1,422
10년 전 조회 1,345
10년 전 조회 1,557
10년 전 조회 1,710
10년 전 조회 1,626
10년 전 조회 1,383
10년 전 조회 1,379
10년 전 조회 1,340
10년 전 조회 1,324
10년 전 조회 1,439
10년 전 조회 1,352
10년 전 조회 1,315
10년 전 조회 1,379
10년 전 조회 1,715
10년 전 조회 2,186
10년 전 조회 1,751
10년 전 조회 1,555
10년 전 조회 1,421
10년 전 조회 1,393
10년 전 조회 1,410
10년 전 조회 1,367
10년 전 조회 1,385
10년 전 조회 1,405
10년 전 조회 1,575
10년 전 조회 1,458
10년 전 조회 2,192
10년 전 조회 1,746
10년 전 조회 1,476
10년 전 조회 1,575
10년 전 조회 1,800
10년 전 조회 1,480
10년 전 조회 1,678
10년 전 조회 1,510
10년 전 조회 1,625
10년 전 조회 1,465
10년 전 조회 1,429
10년 전 조회 1,427
10년 전 조회 1,473
10년 전 조회 1,463
10년 전 조회 1,500
10년 전 조회 1,527
10년 전 조회 1,495
10년 전 조회 1,644
10년 전 조회 1,630
10년 전 조회 1,436
10년 전 조회 1,745
10년 전 조회 2,070
10년 전 조회 1,535
10년 전 조회 1,781
10년 전 조회 1,749
10년 전 조회 1,590
10년 전 조회 1,578
10년 전 조회 1,525
10년 전 조회 1,625
10년 전 조회 1,372
10년 전 조회 1,450
10년 전 조회 1,665
10년 전 조회 1,492
10년 전 조회 1,462
10년 전 조회 1,440
10년 전 조회 1,463
10년 전 조회 1,479