COMING SOON 🚀

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

· 10년 전 · 1187

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,254
10년 전 조회 1,234
10년 전 조회 1,737
10년 전 조회 1,180
10년 전 조회 1,266
10년 전 조회 1,146
10년 전 조회 1,719
10년 전 조회 1,313
10년 전 조회 1,315
10년 전 조회 1,356
10년 전 조회 1,303
10년 전 조회 1,306
10년 전 조회 1,244
10년 전 조회 1,137
10년 전 조회 1,266
10년 전 조회 1,138
10년 전 조회 1,474
10년 전 조회 1,187
10년 전 조회 1,204
10년 전 조회 1,183
10년 전 조회 1,212
10년 전 조회 1,264
10년 전 조회 1,181
10년 전 조회 1,200
10년 전 조회 1,390
10년 전 조회 1,203
10년 전 조회 1,306
10년 전 조회 1,268
10년 전 조회 1,284
10년 전 조회 1,402
10년 전 조회 1,274
10년 전 조회 1,229
10년 전 조회 1,238
10년 전 조회 1,352
10년 전 조회 1,245
10년 전 조회 1,202
10년 전 조회 1,217
10년 전 조회 1,231
10년 전 조회 1,289
10년 전 조회 1,207
10년 전 조회 1,439
10년 전 조회 1,594
10년 전 조회 1,495
10년 전 조회 1,247
10년 전 조회 1,250
10년 전 조회 1,207
10년 전 조회 1,204
10년 전 조회 1,319
10년 전 조회 1,247
10년 전 조회 1,188
10년 전 조회 1,248
10년 전 조회 1,597
10년 전 조회 2,061
10년 전 조회 1,633
10년 전 조회 1,463
10년 전 조회 1,421
10년 전 조회 1,270
10년 전 조회 1,260
10년 전 조회 1,275
10년 전 조회 1,237
10년 전 조회 1,252
10년 전 조회 1,279
10년 전 조회 1,437
10년 전 조회 1,350
10년 전 조회 2,067
10년 전 조회 1,602
10년 전 조회 1,355
10년 전 조회 1,440
10년 전 조회 1,698
10년 전 조회 1,367
10년 전 조회 1,544
10년 전 조회 1,386
10년 전 조회 1,493
10년 전 조회 1,338
10년 전 조회 1,305
10년 전 조회 1,303
10년 전 조회 1,337
10년 전 조회 1,341
10년 전 조회 1,372
10년 전 조회 1,398
10년 전 조회 1,368
10년 전 조회 1,523
10년 전 조회 1,516
10년 전 조회 1,298
10년 전 조회 1,596
10년 전 조회 1,954
10년 전 조회 1,393
10년 전 조회 1,655
10년 전 조회 1,615
10년 전 조회 1,470
10년 전 조회 1,418
10년 전 조회 1,383
10년 전 조회 1,505
10년 전 조회 1,242
10년 전 조회 1,320
10년 전 조회 1,542
10년 전 조회 1,361
10년 전 조회 1,359
10년 전 조회 1,314
10년 전 조회 1,346