COMING SOON 🚀

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

· 10년 전 · 1183

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,250
10년 전 조회 1,227
10년 전 조회 1,733
10년 전 조회 1,178
10년 전 조회 1,264
10년 전 조회 1,141
10년 전 조회 1,715
10년 전 조회 1,305
10년 전 조회 1,312
10년 전 조회 1,355
10년 전 조회 1,297
10년 전 조회 1,300
10년 전 조회 1,242
10년 전 조회 1,135
10년 전 조회 1,260
10년 전 조회 1,131
10년 전 조회 1,469
10년 전 조회 1,185
10년 전 조회 1,203
10년 전 조회 1,183
10년 전 조회 1,208
10년 전 조회 1,262
10년 전 조회 1,177
10년 전 조회 1,198
10년 전 조회 1,386
10년 전 조회 1,200
10년 전 조회 1,302
10년 전 조회 1,261
10년 전 조회 1,283
10년 전 조회 1,402
10년 전 조회 1,269
10년 전 조회 1,225
10년 전 조회 1,235
10년 전 조회 1,347
10년 전 조회 1,240
10년 전 조회 1,199
10년 전 조회 1,214
10년 전 조회 1,227
10년 전 조회 1,286
10년 전 조회 1,199
10년 전 조회 1,436
10년 전 조회 1,591
10년 전 조회 1,494
10년 전 조회 1,244
10년 전 조회 1,249
10년 전 조회 1,205
10년 전 조회 1,201
10년 전 조회 1,315
10년 전 조회 1,243
10년 전 조회 1,184
10년 전 조회 1,247
10년 전 조회 1,595
10년 전 조회 2,056
10년 전 조회 1,629
10년 전 조회 1,456
10년 전 조회 1,417
10년 전 조회 1,267
10년 전 조회 1,259
10년 전 조회 1,271
10년 전 조회 1,235
10년 전 조회 1,245
10년 전 조회 1,277
10년 전 조회 1,431
10년 전 조회 1,346
10년 전 조회 2,065
10년 전 조회 1,601
10년 전 조회 1,349
10년 전 조회 1,439
10년 전 조회 1,693
10년 전 조회 1,364
10년 전 조회 1,543
10년 전 조회 1,384
10년 전 조회 1,491
10년 전 조회 1,337
10년 전 조회 1,302
10년 전 조회 1,299
10년 전 조회 1,329
10년 전 조회 1,339
10년 전 조회 1,366
10년 전 조회 1,389
10년 전 조회 1,364
10년 전 조회 1,521
10년 전 조회 1,512
10년 전 조회 1,295
10년 전 조회 1,590
10년 전 조회 1,951
10년 전 조회 1,388
10년 전 조회 1,652
10년 전 조회 1,610
10년 전 조회 1,468
10년 전 조회 1,416
10년 전 조회 1,377
10년 전 조회 1,502
10년 전 조회 1,240
10년 전 조회 1,313
10년 전 조회 1,539
10년 전 조회 1,361
10년 전 조회 1,352
10년 전 조회 1,312
10년 전 조회 1,339