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

· 10년 전 · 1223

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,286
10년 전 조회 1,246
10년 전 조회 1,765
10년 전 조회 1,210
10년 전 조회 1,284
10년 전 조회 1,170
10년 전 조회 1,752
10년 전 조회 1,333
10년 전 조회 1,346
10년 전 조회 1,391
10년 전 조회 1,328
10년 전 조회 1,342
10년 전 조회 1,262
10년 전 조회 1,165
10년 전 조회 1,295
10년 전 조회 1,161
10년 전 조회 1,502
10년 전 조회 1,219
10년 전 조회 1,233
10년 전 조회 1,213
10년 전 조회 1,242
10년 전 조회 1,298
10년 전 조회 1,205
10년 전 조회 1,221
10년 전 조회 1,420
10년 전 조회 1,224
10년 전 조회 1,331
10년 전 조회 1,297
10년 전 조회 1,313
10년 전 조회 1,430
10년 전 조회 1,297
10년 전 조회 1,256
10년 전 조회 1,273
10년 전 조회 1,390
10년 전 조회 1,271
10년 전 조회 1,226
10년 전 조회 1,255
10년 전 조회 1,268
10년 전 조회 1,324
10년 전 조회 1,251
10년 전 조회 1,469
10년 전 조회 1,619
10년 전 조회 1,514
10년 전 조회 1,280
10년 전 조회 1,272
10년 전 조회 1,239
10년 전 조회 1,230
10년 전 조회 1,352
10년 전 조회 1,279
10년 전 조회 1,224
10년 전 조회 1,277
10년 전 조회 1,628
10년 전 조회 2,086
10년 전 조회 1,662
10년 전 조회 1,494
10년 전 조회 1,463
10년 전 조회 1,302
10년 전 조회 1,292
10년 전 조회 1,308
10년 전 조회 1,265
10년 전 조회 1,279
10년 전 조회 1,309
10년 전 조회 1,472
10년 전 조회 1,374
10년 전 조회 2,100
10년 전 조회 1,635
10년 전 조회 1,383
10년 전 조회 1,467
10년 전 조회 1,716
10년 전 조회 1,392
10년 전 조회 1,578
10년 전 조회 1,403
10년 전 조회 1,527
10년 전 조회 1,368
10년 전 조회 1,334
10년 전 조회 1,332
10년 전 조회 1,370
10년 전 조회 1,366
10년 전 조회 1,397
10년 전 조회 1,425
10년 전 조회 1,397
10년 전 조회 1,552
10년 전 조회 1,536
10년 전 조회 1,328
10년 전 조회 1,630
10년 전 조회 1,981
10년 전 조회 1,430
10년 전 조회 1,683
10년 전 조회 1,646
10년 전 조회 1,502
10년 전 조회 1,445
10년 전 조회 1,414
10년 전 조회 1,531
10년 전 조회 1,260
10년 전 조회 1,356
10년 전 조회 1,575
10년 전 조회 1,393
10년 전 조회 1,391
10년 전 조회 1,338
10년 전 조회 1,383