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

· 10년 전 · 888

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년 전 조회 968
10년 전 조회 999
10년 전 조회 1,469
10년 전 조회 912
10년 전 조회 974
10년 전 조회 868
10년 전 조회 1,442
10년 전 조회 1,099
10년 전 조회 1,080
10년 전 조회 1,153
10년 전 조회 1,095
10년 전 조회 1,048
10년 전 조회 1,021
10년 전 조회 847
10년 전 조회 977
10년 전 조회 868
10년 전 조회 1,168
10년 전 조회 916
10년 전 조회 873
10년 전 조회 911
10년 전 조회 941
10년 전 조회 990
10년 전 조회 909
10년 전 조회 933
10년 전 조회 1,084
10년 전 조회 945
10년 전 조회 1,006
10년 전 조회 960
10년 전 조회 1,008
10년 전 조회 1,117
10년 전 조회 986
10년 전 조회 958
10년 전 조회 980
10년 전 조회 1,073
10년 전 조회 981
10년 전 조회 939
10년 전 조회 961
10년 전 조회 981
10년 전 조회 915
10년 전 조회 922
10년 전 조회 1,214
10년 전 조회 1,305
10년 전 조회 1,257
10년 전 조회 950
10년 전 조회 966
10년 전 조회 928
10년 전 조회 945
10년 전 조회 1,045
10년 전 조회 1,000
10년 전 조회 889
10년 전 조회 949
10년 전 조회 1,331
10년 전 조회 1,760
10년 전 조회 1,347
10년 전 조회 1,150
10년 전 조회 1,222
10년 전 조회 979
10년 전 조회 961
10년 전 조회 1,000
10년 전 조회 951
10년 전 조회 989
10년 전 조회 979
10년 전 조회 1,225
10년 전 조회 1,093
10년 전 조회 1,772
10년 전 조회 1,347
10년 전 조회 1,051
10년 전 조회 1,155
10년 전 조회 1,382
10년 전 조회 1,109
10년 전 조회 1,283
10년 전 조회 1,123
10년 전 조회 1,228
10년 전 조회 1,048
10년 전 조회 1,037
10년 전 조회 1,026
10년 전 조회 1,083
10년 전 조회 1,057
10년 전 조회 1,119
10년 전 조회 1,112
10년 전 조회 1,091
10년 전 조회 1,230
10년 전 조회 1,213
10년 전 조회 1,009
10년 전 조회 1,318
10년 전 조회 1,664
10년 전 조회 1,116
10년 전 조회 1,370
10년 전 조회 1,319
10년 전 조회 1,181
10년 전 조회 1,137
10년 전 조회 1,097
10년 전 조회 1,211
10년 전 조회 972
10년 전 조회 1,030
10년 전 조회 1,243
10년 전 조회 1,075
10년 전 조회 1,037
10년 전 조회 1,022
10년 전 조회 1,021