COMING SOON 🚀

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

· 10년 전 · 1196

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,260
10년 전 조회 1,235
10년 전 조회 1,745
10년 전 조회 1,184
10년 전 조회 1,267
10년 전 조회 1,151
10년 전 조회 1,728
10년 전 조회 1,316
10년 전 조회 1,318
10년 전 조회 1,359
10년 전 조회 1,307
10년 전 조회 1,312
10년 전 조회 1,247
10년 전 조회 1,145
10년 전 조회 1,271
10년 전 조회 1,145
10년 전 조회 1,482
10년 전 조회 1,196
10년 전 조회 1,207
10년 전 조회 1,190
10년 전 조회 1,220
10년 전 조회 1,270
10년 전 조회 1,183
10년 전 조회 1,205
10년 전 조회 1,395
10년 전 조회 1,210
10년 전 조회 1,311
10년 전 조회 1,272
10년 전 조회 1,290
10년 전 조회 1,410
10년 전 조회 1,276
10년 전 조회 1,234
10년 전 조회 1,253
10년 전 조회 1,360
10년 전 조회 1,253
10년 전 조회 1,208
10년 전 조회 1,221
10년 전 조회 1,240
10년 전 조회 1,299
10년 전 조회 1,220
10년 전 조회 1,444
10년 전 조회 1,597
10년 전 조회 1,497
10년 전 조회 1,253
10년 전 조회 1,252
10년 전 조회 1,212
10년 전 조회 1,210
10년 전 조회 1,326
10년 전 조회 1,253
10년 전 조회 1,197
10년 전 조회 1,251
10년 전 조회 1,604
10년 전 조회 2,066
10년 전 조회 1,641
10년 전 조회 1,470
10년 전 조회 1,427
10년 전 조회 1,275
10년 전 조회 1,263
10년 전 조회 1,281
10년 전 조회 1,242
10년 전 조회 1,255
10년 전 조회 1,283
10년 전 조회 1,444
10년 전 조회 1,356
10년 전 조회 2,073
10년 전 조회 1,605
10년 전 조회 1,361
10년 전 조회 1,443
10년 전 조회 1,701
10년 전 조회 1,370
10년 전 조회 1,549
10년 전 조회 1,388
10년 전 조회 1,499
10년 전 조회 1,346
10년 전 조회 1,309
10년 전 조회 1,312
10년 전 조회 1,342
10년 전 조회 1,346
10년 전 조회 1,378
10년 전 조회 1,402
10년 전 조회 1,371
10년 전 조회 1,528
10년 전 조회 1,517
10년 전 조회 1,305
10년 전 조회 1,599
10년 전 조회 1,957
10년 전 조회 1,400
10년 전 조회 1,663
10년 전 조회 1,620
10년 전 조회 1,473
10년 전 조회 1,422
10년 전 조회 1,386
10년 전 조회 1,509
10년 전 조회 1,244
10년 전 조회 1,326
10년 전 조회 1,547
10년 전 조회 1,367
10년 전 조회 1,363
10년 전 조회 1,319
10년 전 조회 1,354