E

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

<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><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
19년 전 조회 3,381
19년 전 조회 2,601
19년 전 조회 3,168
19년 전 조회 4,030
19년 전 조회 3,903
19년 전 조회 1,834
19년 전 조회 2,330
19년 전 조회 5,551
19년 전 조회 6,841
19년 전 조회 2,685
19년 전 조회 2,251
19년 전 조회 2,723
19년 전 조회 3,398
19년 전 조회 3,629
19년 전 조회 3,108
19년 전 조회 2,731
19년 전 조회 4,836
19년 전 조회 6,837
19년 전 조회 5,115
19년 전 조회 6,079
19년 전 조회 2,802
19년 전 조회 2,623
19년 전 조회 2,328
19년 전 조회 2,430
19년 전 조회 4,733
19년 전 조회 4,788
19년 전 조회 2,645
19년 전 조회 2,304
19년 전 조회 2,632
19년 전 조회 3,263
19년 전 조회 3,046
19년 전 조회 2,029
19년 전 조회 2,094
19년 전 조회 3,269
19년 전 조회 2,487
19년 전 조회 3,751
19년 전 조회 2,689
19년 전 조회 1,980
19년 전 조회 2,595
19년 전 조회 1,849
19년 전 조회 1,531
19년 전 조회 1,660
19년 전 조회 1,942
19년 전 조회 1,705
19년 전 조회 1,898
19년 전 조회 1,687
19년 전 조회 2,083
19년 전 조회 1,966
19년 전 조회 1,583
19년 전 조회 1,581
19년 전 조회 1,481
19년 전 조회 1,357
19년 전 조회 1,534
19년 전 조회 2,107
19년 전 조회 2,512
19년 전 조회 3,014
19년 전 조회 2,439
19년 전 조회 1,930
19년 전 조회 7,152
19년 전 조회 3,853
19년 전 조회 2,467
19년 전 조회 2,474
19년 전 조회 2,970
19년 전 조회 5,894
19년 전 조회 5,685
19년 전 조회 2,366
19년 전 조회 3,420
19년 전 조회 2,986
19년 전 조회 2,340
19년 전 조회 2,858
19년 전 조회 1,714
19년 전 조회 1,866
19년 전 조회 1,959
19년 전 조회 2,132
19년 전 조회 1,801
19년 전 조회 1,946
19년 전 조회 1,903
19년 전 조회 1,985
19년 전 조회 1,656
19년 전 조회 2,769
19년 전 조회 2,100
19년 전 조회 3,364
19년 전 조회 3,399
19년 전 조회 2,654
19년 전 조회 2,732
19년 전 조회 2,560
19년 전 조회 2,815
19년 전 조회 2,813
19년 전 조회 3,283
19년 전 조회 2,997
19년 전 조회 5,405
19년 전 조회 2,230
19년 전 조회 2,313
19년 전 조회 2,139
19년 전 조회 2,051
19년 전 조회 2,055
19년 전 조회 2,256
19년 전 조회 3,329
19년 전 조회 3,187
19년 전 조회 2,974