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

· 10년 전 · 1256

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,307
10년 전 조회 1,273
10년 전 조회 1,784
10년 전 조회 1,246
10년 전 조회 1,310
10년 전 조회 1,196
10년 전 조회 1,773
10년 전 조회 1,362
10년 전 조회 1,369
10년 전 조회 1,412
10년 전 조회 1,346
10년 전 조회 1,366
10년 전 조회 1,285
10년 전 조회 1,182
10년 전 조회 1,316
10년 전 조회 1,177
10년 전 조회 1,529
10년 전 조회 1,242
10년 전 조회 1,255
10년 전 조회 1,240
10년 전 조회 1,259
10년 전 조회 1,332
10년 전 조회 1,230
10년 전 조회 1,249
10년 전 조회 1,445
10년 전 조회 1,249
10년 전 조회 1,359
10년 전 조회 1,322
10년 전 조회 1,339
10년 전 조회 1,470
10년 전 조회 1,325
10년 전 조회 1,293
10년 전 조회 1,301
10년 전 조회 1,423
10년 전 조회 1,296
10년 전 조회 1,258
10년 전 조회 1,289
10년 전 조회 1,303
10년 전 조회 1,349
10년 전 조회 1,275
10년 전 조회 1,504
10년 전 조회 1,640
10년 전 조회 1,554
10년 전 조회 1,311
10년 전 조회 1,303
10년 전 조회 1,268
10년 전 조회 1,261
10년 전 조회 1,383
10년 전 조회 1,301
10년 전 조회 1,257
10년 전 조회 1,306
10년 전 조회 1,649
10년 전 조회 2,128
10년 전 조회 1,693
10년 전 조회 1,486
10년 전 조회 1,344
10년 전 조회 1,313
10년 전 조회 1,341
10년 전 조회 1,295
10년 전 조회 1,312
10년 전 조회 1,335
10년 전 조회 1,500
10년 전 조회 1,398
10년 전 조회 2,135
10년 전 조회 1,662
10년 전 조회 1,410
10년 전 조회 1,505
10년 전 조회 1,735
10년 전 조회 1,413
10년 전 조회 1,602
10년 전 조회 1,431
10년 전 조회 1,551
10년 전 조회 1,392
10년 전 조회 1,352
10년 전 조회 1,359
10년 전 조회 1,397
10년 전 조회 1,390
10년 전 조회 1,418
10년 전 조회 1,457
10년 전 조회 1,428
10년 전 조회 1,578
10년 전 조회 1,564
10년 전 조회 1,357
10년 전 조회 1,665
10년 전 조회 2,007
10년 전 조회 1,462
10년 전 조회 1,706
10년 전 조회 1,670
10년 전 조회 1,531
10년 전 조회 1,486
10년 전 조회 1,449
10년 전 조회 1,556
10년 전 조회 1,294
10년 전 조회 1,381
10년 전 조회 1,604
10년 전 조회 1,427
10년 전 조회 1,412
10년 전 조회 1,368
10년 전 조회 1,405
10년 전 조회 1,399