COMING SOON 🚀

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,466
19년 전 조회 2,674
19년 전 조회 3,247
19년 전 조회 4,110
19년 전 조회 3,982
19년 전 조회 1,916
19년 전 조회 2,408
19년 전 조회 5,618
19년 전 조회 6,919
19년 전 조회 2,762
19년 전 조회 2,332
19년 전 조회 2,807
19년 전 조회 3,467
19년 전 조회 3,705
19년 전 조회 3,178
19년 전 조회 2,811
19년 전 조회 4,919
19년 전 조회 6,926
19년 전 조회 5,196
19년 전 조회 6,161
19년 전 조회 2,887
19년 전 조회 2,705
19년 전 조회 2,412
19년 전 조회 2,505
19년 전 조회 4,814
19년 전 조회 4,862
19년 전 조회 2,732
19년 전 조회 2,375
19년 전 조회 2,709
19년 전 조회 3,347
19년 전 조회 3,128
19년 전 조회 2,103
19년 전 조회 2,172
19년 전 조회 3,349
19년 전 조회 2,548
19년 전 조회 3,825
19년 전 조회 2,760
19년 전 조회 2,055
19년 전 조회 2,677
19년 전 조회 1,927
19년 전 조회 1,611
19년 전 조회 1,738
19년 전 조회 2,022
19년 전 조회 1,779
19년 전 조회 1,980
19년 전 조회 1,764
19년 전 조회 2,165
19년 전 조회 2,044
19년 전 조회 1,669
19년 전 조회 1,662
19년 전 조회 1,555
19년 전 조회 1,422
19년 전 조회 1,610
19년 전 조회 2,176
19년 전 조회 2,590
19년 전 조회 3,099
19년 전 조회 2,507
19년 전 조회 2,015
19년 전 조회 7,237
19년 전 조회 3,930
19년 전 조회 2,527
19년 전 조회 2,555
19년 전 조회 3,058
19년 전 조회 5,973
19년 전 조회 5,772
19년 전 조회 2,447
19년 전 조회 3,492
19년 전 조회 3,059
19년 전 조회 2,425
19년 전 조회 2,942
19년 전 조회 1,791
19년 전 조회 1,932
19년 전 조회 2,042
19년 전 조회 2,220
19년 전 조회 1,877
19년 전 조회 2,026
19년 전 조회 1,976
19년 전 조회 2,064
19년 전 조회 1,732
19년 전 조회 2,851
19년 전 조회 2,184
19년 전 조회 3,435
19년 전 조회 3,480
19년 전 조회 2,726
19년 전 조회 2,807
19년 전 조회 2,641
19년 전 조회 2,890
19년 전 조회 2,886
19년 전 조회 3,364
19년 전 조회 3,071
19년 전 조회 5,479
19년 전 조회 2,309
19년 전 조회 2,380
19년 전 조회 2,226
19년 전 조회 2,134
19년 전 조회 2,139
19년 전 조회 2,326
19년 전 조회 3,408
19년 전 조회 3,263
19년 전 조회 3,059