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

· 10년 전 · 1152

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,222
10년 전 조회 1,195
10년 전 조회 1,703
10년 전 조회 1,145
10년 전 조회 1,232
10년 전 조회 1,104
10년 전 조회 1,685
10년 전 조회 1,281
10년 전 조회 1,273
10년 전 조회 1,318
10년 전 조회 1,257
10년 전 조회 1,267
10년 전 조회 1,209
10년 전 조회 1,098
10년 전 조회 1,227
10년 전 조회 1,097
10년 전 조회 1,418
10년 전 조회 1,161
10년 전 조회 1,166
10년 전 조회 1,154
10년 전 조회 1,177
10년 전 조회 1,230
10년 전 조회 1,145
10년 전 조회 1,166
10년 전 조회 1,356
10년 전 조회 1,160
10년 전 조회 1,271
10년 전 조회 1,221
10년 전 조회 1,254
10년 전 조회 1,363
10년 전 조회 1,235
10년 전 조회 1,199
10년 전 조회 1,209
10년 전 조회 1,310
10년 전 조회 1,204
10년 전 조회 1,162
10년 전 조회 1,187
10년 전 조회 1,192
10년 전 조회 1,243
10년 전 조회 1,168
10년 전 조회 1,393
10년 전 조회 1,549
10년 전 조회 1,449
10년 전 조회 1,212
10년 전 조회 1,210
10년 전 조회 1,165
10년 전 조회 1,170
10년 전 조회 1,284
10년 전 조회 1,212
10년 전 조회 1,153
10년 전 조회 1,208
10년 전 조회 1,559
10년 전 조회 2,009
10년 전 조회 1,595
10년 전 조회 1,415
10년 전 조회 1,379
10년 전 조회 1,217
10년 전 조회 1,210
10년 전 조회 1,231
10년 전 조회 1,195
10년 전 조회 1,209
10년 전 조회 1,231
10년 전 조회 1,391
10년 전 조회 1,307
10년 전 조회 2,031
10년 전 조회 1,565
10년 전 조회 1,302
10년 전 조회 1,392
10년 전 조회 1,647
10년 전 조회 1,331
10년 전 조회 1,507
10년 전 조회 1,348
10년 전 조회 1,449
10년 전 조회 1,301
10년 전 조회 1,270
10년 전 조회 1,260
10년 전 조회 1,295
10년 전 조회 1,291
10년 전 조회 1,319
10년 전 조회 1,352
10년 전 조회 1,316
10년 전 조회 1,479
10년 전 조회 1,470
10년 전 조회 1,251
10년 전 조회 1,560
10년 전 조회 1,916
10년 전 조회 1,351
10년 전 조회 1,609
10년 전 조회 1,568
10년 전 조회 1,420
10년 전 조회 1,385
10년 전 조회 1,340
10년 전 조회 1,456
10년 전 조회 1,191
10년 전 조회 1,276
10년 전 조회 1,488
10년 전 조회 1,311
10년 전 조회 1,309
10년 전 조회 1,269
10년 전 조회 1,297