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

· 10년 전 · 1100

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,190
10년 전 조회 1,164
10년 전 조회 1,669
10년 전 조회 1,118
10년 전 조회 1,189
10년 전 조회 1,074
10년 전 조회 1,654
10년 전 조회 1,233
10년 전 조회 1,229
10년 전 조회 1,272
10년 전 조회 1,214
10년 전 조회 1,226
10년 전 조회 1,155
10년 전 조회 1,051
10년 전 조회 1,191
10년 전 조회 1,061
10년 전 조회 1,362
10년 전 조회 1,114
10년 전 조회 1,121
10년 전 조회 1,113
10년 전 조회 1,151
10년 전 조회 1,181
10년 전 조회 1,106
10년 전 조회 1,125
10년 전 조회 1,318
10년 전 조회 1,128
10년 전 조회 1,235
10년 전 조회 1,177
10년 전 조회 1,217
10년 전 조회 1,321
10년 전 조회 1,183
10년 전 조회 1,156
10년 전 조회 1,175
10년 전 조회 1,263
10년 전 조회 1,172
10년 전 조회 1,126
10년 전 조회 1,154
10년 전 조회 1,156
10년 전 조회 1,177
10년 전 조회 1,138
10년 전 조회 1,345
10년 전 조회 1,507
10년 전 조회 1,394
10년 전 조회 1,165
10년 전 조회 1,160
10년 전 조회 1,117
10년 전 조회 1,140
10년 전 조회 1,247
10년 전 조회 1,178
10년 전 조회 1,101
10년 전 조회 1,164
10년 전 조회 1,523
10년 전 조회 1,966
10년 전 조회 1,553
10년 전 조회 1,352
10년 전 조회 1,343
10년 전 조회 1,174
10년 전 조회 1,163
10년 전 조회 1,195
10년 전 조회 1,150
10년 전 조회 1,175
10년 전 조회 1,189
10년 전 조회 1,345
10년 전 조회 1,275
10년 전 조회 1,986
10년 전 조회 1,528
10년 전 조회 1,258
10년 전 조회 1,350
10년 전 조회 1,603
10년 전 조회 1,290
10년 전 조회 1,478
10년 전 조회 1,309
10년 전 조회 1,422
10년 전 조회 1,257
10년 전 조회 1,229
10년 전 조회 1,214
10년 전 조회 1,258
10년 전 조회 1,252
10년 전 조회 1,291
10년 전 조회 1,304
10년 전 조회 1,277
10년 전 조회 1,430
10년 전 조회 1,423
10년 전 조회 1,216
10년 전 조회 1,517
10년 전 조회 1,876
10년 전 조회 1,312
10년 전 조회 1,563
10년 전 조회 1,530
10년 전 조회 1,371
10년 전 조회 1,334
10년 전 조회 1,293
10년 전 조회 1,408
10년 전 조회 1,155
10년 전 조회 1,226
10년 전 조회 1,441
10년 전 조회 1,263
10년 전 조회 1,251
10년 전 조회 1,222
10년 전 조회 1,241