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

· 10년 전 · 1232

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,288
10년 전 조회 1,252
10년 전 조회 1,768
10년 전 조회 1,220
10년 전 조회 1,292
10년 전 조회 1,178
10년 전 조회 1,758
10년 전 조회 1,342
10년 전 조회 1,354
10년 전 조회 1,393
10년 전 조회 1,333
10년 전 조회 1,348
10년 전 조회 1,271
10년 전 조회 1,169
10년 전 조회 1,301
10년 전 조회 1,167
10년 전 조회 1,507
10년 전 조회 1,224
10년 전 조회 1,238
10년 전 조회 1,219
10년 전 조회 1,245
10년 전 조회 1,305
10년 전 조회 1,212
10년 전 조회 1,228
10년 전 조회 1,427
10년 전 조회 1,235
10년 전 조회 1,342
10년 전 조회 1,301
10년 전 조회 1,318
10년 전 조회 1,439
10년 전 조회 1,305
10년 전 조회 1,269
10년 전 조회 1,282
10년 전 조회 1,398
10년 전 조회 1,281
10년 전 조회 1,236
10년 전 조회 1,266
10년 전 조회 1,274
10년 전 조회 1,326
10년 전 조회 1,255
10년 전 조회 1,481
10년 전 조회 1,623
10년 전 조회 1,524
10년 전 조회 1,291
10년 전 조회 1,281
10년 전 조회 1,249
10년 전 조회 1,241
10년 전 조회 1,364
10년 전 조회 1,285
10년 전 조회 1,233
10년 전 조회 1,283
10년 전 조회 1,631
10년 전 조회 2,101
10년 전 조회 1,671
10년 전 조회 1,499
10년 전 조회 1,471
10년 전 조회 1,309
10년 전 조회 1,298
10년 전 조회 1,316
10년 전 조회 1,276
10년 전 조회 1,289
10년 전 조회 1,315
10년 전 조회 1,483
10년 전 조회 1,377
10년 전 조회 2,110
10년 전 조회 1,644
10년 전 조회 1,390
10년 전 조회 1,480
10년 전 조회 1,717
10년 전 조회 1,398
10년 전 조회 1,585
10년 전 조회 1,409
10년 전 조회 1,532
10년 전 조회 1,375
10년 전 조회 1,337
10년 전 조회 1,344
10년 전 조회 1,378
10년 전 조회 1,374
10년 전 조회 1,404
10년 전 조회 1,435
10년 전 조회 1,402
10년 전 조회 1,560
10년 전 조회 1,545
10년 전 조회 1,337
10년 전 조회 1,639
10년 전 조회 1,988
10년 전 조회 1,438
10년 전 조회 1,688
10년 전 조회 1,652
10년 전 조회 1,509
10년 전 조회 1,458
10년 전 조회 1,427
10년 전 조회 1,536
10년 전 조회 1,269
10년 전 조회 1,362
10년 전 조회 1,586
10년 전 조회 1,402
10년 전 조회 1,397
10년 전 조회 1,345
10년 전 조회 1,389