COMING SOON 🚀

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

· 10년 전 · 1185

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,253
10년 전 조회 1,233
10년 전 조회 1,735
10년 전 조회 1,180
10년 전 조회 1,264
10년 전 조회 1,143
10년 전 조회 1,719
10년 전 조회 1,310
10년 전 조회 1,314
10년 전 조회 1,355
10년 전 조회 1,300
10년 전 조회 1,304
10년 전 조회 1,244
10년 전 조회 1,135
10년 전 조회 1,264
10년 전 조회 1,138
10년 전 조회 1,473
10년 전 조회 1,187
10년 전 조회 1,203
10년 전 조회 1,183
10년 전 조회 1,208
10년 전 조회 1,263
10년 전 조회 1,177
10년 전 조회 1,199
10년 전 조회 1,387
10년 전 조회 1,202
10년 전 조회 1,305
10년 전 조회 1,265
10년 전 조회 1,284
10년 전 조회 1,402
10년 전 조회 1,271
10년 전 조회 1,227
10년 전 조회 1,236
10년 전 조회 1,350
10년 전 조회 1,241
10년 전 조회 1,202
10년 전 조회 1,217
10년 전 조회 1,229
10년 전 조회 1,287
10년 전 조회 1,203
10년 전 조회 1,439
10년 전 조회 1,592
10년 전 조회 1,494
10년 전 조회 1,245
10년 전 조회 1,250
10년 전 조회 1,207
10년 전 조회 1,203
10년 전 조회 1,319
10년 전 조회 1,245
10년 전 조회 1,186
10년 전 조회 1,248
10년 전 조회 1,596
10년 전 조회 2,057
10년 전 조회 1,632
10년 전 조회 1,461
10년 전 조회 1,420
10년 전 조회 1,268
10년 전 조회 1,260
10년 전 조회 1,274
10년 전 조회 1,236
10년 전 조회 1,249
10년 전 조회 1,279
10년 전 조회 1,436
10년 전 조회 1,347
10년 전 조회 2,065
10년 전 조회 1,601
10년 전 조회 1,351
10년 전 조회 1,440
10년 전 조회 1,697
10년 전 조회 1,365
10년 전 조회 1,543
10년 전 조회 1,386
10년 전 조회 1,493
10년 전 조회 1,337
10년 전 조회 1,303
10년 전 조회 1,303
10년 전 조회 1,334
10년 전 조회 1,340
10년 전 조회 1,369
10년 전 조회 1,397
10년 전 조회 1,366
10년 전 조회 1,521
10년 전 조회 1,513
10년 전 조회 1,297
10년 전 조회 1,594
10년 전 조회 1,954
10년 전 조회 1,391
10년 전 조회 1,654
10년 전 조회 1,615
10년 전 조회 1,469
10년 전 조회 1,418
10년 전 조회 1,383
10년 전 조회 1,504
10년 전 조회 1,242
10년 전 조회 1,316
10년 전 조회 1,541
10년 전 조회 1,361
10년 전 조회 1,355
10년 전 조회 1,313
10년 전 조회 1,342