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

· 10년 전 · 1114

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,194
10년 전 조회 1,172
10년 전 조회 1,675
10년 전 조회 1,120
10년 전 조회 1,195
10년 전 조회 1,078
10년 전 조회 1,659
10년 전 조회 1,246
10년 전 조회 1,235
10년 전 조회 1,280
10년 전 조회 1,222
10년 전 조회 1,230
10년 전 조회 1,166
10년 전 조회 1,063
10년 전 조회 1,200
10년 전 조회 1,067
10년 전 조회 1,373
10년 전 조회 1,121
10년 전 조회 1,131
10년 전 조회 1,122
10년 전 조회 1,153
10년 전 조회 1,190
10년 전 조회 1,114
10년 전 조회 1,134
10년 전 조회 1,324
10년 전 조회 1,131
10년 전 조회 1,240
10년 전 조회 1,185
10년 전 조회 1,227
10년 전 조회 1,327
10년 전 조회 1,190
10년 전 조회 1,161
10년 전 조회 1,182
10년 전 조회 1,274
10년 전 조회 1,177
10년 전 조회 1,134
10년 전 조회 1,160
10년 전 조회 1,166
10년 전 조회 1,200
10년 전 조회 1,143
10년 전 조회 1,352
10년 전 조회 1,517
10년 전 조회 1,403
10년 전 조회 1,175
10년 전 조회 1,171
10년 전 조회 1,132
10년 전 조회 1,145
10년 전 조회 1,251
10년 전 조회 1,185
10년 전 조회 1,115
10년 전 조회 1,175
10년 전 조회 1,528
10년 전 조회 1,974
10년 전 조회 1,563
10년 전 조회 1,374
10년 전 조회 1,352
10년 전 조회 1,181
10년 전 조회 1,173
10년 전 조회 1,199
10년 전 조회 1,157
10년 전 조회 1,182
10년 전 조회 1,195
10년 전 조회 1,355
10년 전 조회 1,279
10년 전 조회 1,996
10년 전 조회 1,539
10년 전 조회 1,269
10년 전 조회 1,359
10년 전 조회 1,611
10년 전 조회 1,297
10년 전 조회 1,481
10년 전 조회 1,315
10년 전 조회 1,428
10년 전 조회 1,269
10년 전 조회 1,236
10년 전 조회 1,222
10년 전 조회 1,265
10년 전 조회 1,265
10년 전 조회 1,296
10년 전 조회 1,312
10년 전 조회 1,285
10년 전 조회 1,438
10년 전 조회 1,432
10년 전 조회 1,222
10년 전 조회 1,524
10년 전 조회 1,884
10년 전 조회 1,319
10년 전 조회 1,572
10년 전 조회 1,535
10년 전 조회 1,377
10년 전 조회 1,342
10년 전 조회 1,299
10년 전 조회 1,415
10년 전 조회 1,160
10년 전 조회 1,235
10년 전 조회 1,447
10년 전 조회 1,273
10년 전 조회 1,261
10년 전 조회 1,231
10년 전 조회 1,257