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

· 10년 전 · 1230

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,288
10년 전 조회 1,252
10년 전 조회 1,768
10년 전 조회 1,218
10년 전 조회 1,292
10년 전 조회 1,178
10년 전 조회 1,757
10년 전 조회 1,338
10년 전 조회 1,353
10년 전 조회 1,392
10년 전 조회 1,332
10년 전 조회 1,346
10년 전 조회 1,267
10년 전 조회 1,168
10년 전 조회 1,300
10년 전 조회 1,166
10년 전 조회 1,507
10년 전 조회 1,223
10년 전 조회 1,238
10년 전 조회 1,217
10년 전 조회 1,243
10년 전 조회 1,305
10년 전 조회 1,210
10년 전 조회 1,226
10년 전 조회 1,427
10년 전 조회 1,233
10년 전 조회 1,339
10년 전 조회 1,301
10년 전 조회 1,316
10년 전 조회 1,438
10년 전 조회 1,304
10년 전 조회 1,265
10년 전 조회 1,277
10년 전 조회 1,398
10년 전 조회 1,278
10년 전 조회 1,235
10년 전 조회 1,264
10년 전 조회 1,274
10년 전 조회 1,325
10년 전 조회 1,254
10년 전 조회 1,480
10년 전 조회 1,622
10년 전 조회 1,520
10년 전 조회 1,287
10년 전 조회 1,279
10년 전 조회 1,247
10년 전 조회 1,241
10년 전 조회 1,358
10년 전 조회 1,284
10년 전 조회 1,231
10년 전 조회 1,281
10년 전 조회 1,630
10년 전 조회 2,100
10년 전 조회 1,671
10년 전 조회 1,498
10년 전 조회 1,467
10년 전 조회 1,307
10년 전 조회 1,298
10년 전 조회 1,313
10년 전 조회 1,274
10년 전 조회 1,287
10년 전 조회 1,313
10년 전 조회 1,476
10년 전 조회 1,377
10년 전 조회 2,110
10년 전 조회 1,641
10년 전 조회 1,388
10년 전 조회 1,480
10년 전 조회 1,716
10년 전 조회 1,397
10년 전 조회 1,585
10년 전 조회 1,409
10년 전 조회 1,531
10년 전 조회 1,375
10년 전 조회 1,336
10년 전 조회 1,341
10년 전 조회 1,376
10년 전 조회 1,372
10년 전 조회 1,402
10년 전 조회 1,431
10년 전 조회 1,401
10년 전 조회 1,558
10년 전 조회 1,543
10년 전 조회 1,336
10년 전 조회 1,636
10년 전 조회 1,987
10년 전 조회 1,437
10년 전 조회 1,687
10년 전 조회 1,651
10년 전 조회 1,506
10년 전 조회 1,454
10년 전 조회 1,425
10년 전 조회 1,534
10년 전 조회 1,269
10년 전 조회 1,360
10년 전 조회 1,582
10년 전 조회 1,400
10년 전 조회 1,396
10년 전 조회 1,342
10년 전 조회 1,387