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

· 10년 전 · 1233

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,293
10년 전 조회 1,254
10년 전 조회 1,769
10년 전 조회 1,221
10년 전 조회 1,293
10년 전 조회 1,178
10년 전 조회 1,761
10년 전 조회 1,345
10년 전 조회 1,355
10년 전 조회 1,394
10년 전 조회 1,333
10년 전 조회 1,349
10년 전 조회 1,272
10년 전 조회 1,169
10년 전 조회 1,302
10년 전 조회 1,167
10년 전 조회 1,507
10년 전 조회 1,224
10년 전 조회 1,238
10년 전 조회 1,219
10년 전 조회 1,246
10년 전 조회 1,307
10년 전 조회 1,212
10년 전 조회 1,229
10년 전 조회 1,428
10년 전 조회 1,236
10년 전 조회 1,343
10년 전 조회 1,303
10년 전 조회 1,321
10년 전 조회 1,442
10년 전 조회 1,305
10년 전 조회 1,271
10년 전 조회 1,283
10년 전 조회 1,398
10년 전 조회 1,281
10년 전 조회 1,237
10년 전 조회 1,270
10년 전 조회 1,276
10년 전 조회 1,327
10년 전 조회 1,255
10년 전 조회 1,481
10년 전 조회 1,623
10년 전 조회 1,524
10년 전 조회 1,291
10년 전 조회 1,283
10년 전 조회 1,250
10년 전 조회 1,241
10년 전 조회 1,366
10년 전 조회 1,286
10년 전 조회 1,234
10년 전 조회 1,283
10년 전 조회 1,632
10년 전 조회 2,103
10년 전 조회 1,672
10년 전 조회 1,500
10년 전 조회 1,472
10년 전 조회 1,311
10년 전 조회 1,299
10년 전 조회 1,316
10년 전 조회 1,276
10년 전 조회 1,290
10년 전 조회 1,317
10년 전 조회 1,483
10년 전 조회 1,378
10년 전 조회 2,111
10년 전 조회 1,645
10년 전 조회 1,393
10년 전 조회 1,480
10년 전 조회 1,717
10년 전 조회 1,399
10년 전 조회 1,585
10년 전 조회 1,410
10년 전 조회 1,533
10년 전 조회 1,376
10년 전 조회 1,337
10년 전 조회 1,346
10년 전 조회 1,378
10년 전 조회 1,374
10년 전 조회 1,405
10년 전 조회 1,435
10년 전 조회 1,403
10년 전 조회 1,561
10년 전 조회 1,547
10년 전 조회 1,338
10년 전 조회 1,641
10년 전 조회 1,989
10년 전 조회 1,439
10년 전 조회 1,690
10년 전 조회 1,654
10년 전 조회 1,513
10년 전 조회 1,462
10년 전 조회 1,430
10년 전 조회 1,536
10년 전 조회 1,270
10년 전 조회 1,362
10년 전 조회 1,586
10년 전 조회 1,402
10년 전 조회 1,398
10년 전 조회 1,346
10년 전 조회 1,389