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,368
19년 전 조회 2,592
19년 전 조회 3,155
19년 전 조회 4,018
19년 전 조회 3,894
19년 전 조회 1,825
19년 전 조회 2,317
19년 전 조회 5,535
19년 전 조회 6,824
19년 전 조회 2,672
19년 전 조회 2,235
19년 전 조회 2,715
19년 전 조회 3,385
19년 전 조회 3,618
19년 전 조회 3,095
19년 전 조회 2,720
19년 전 조회 4,825
19년 전 조회 6,827
19년 전 조회 5,101
19년 전 조회 6,062
19년 전 조회 2,788
19년 전 조회 2,604
19년 전 조회 2,319
19년 전 조회 2,415
19년 전 조회 4,714
19년 전 조회 4,779
19년 전 조회 2,635
19년 전 조회 2,292
19년 전 조회 2,616
19년 전 조회 3,247
19년 전 조회 3,037
19년 전 조회 2,008
19년 전 조회 2,078
19년 전 조회 3,258
19년 전 조회 2,475
19년 전 조회 3,743
19년 전 조회 2,671
19년 전 조회 1,965
19년 전 조회 2,583
19년 전 조회 1,833
19년 전 조회 1,518
19년 전 조회 1,647
19년 전 조회 1,927
19년 전 조회 1,692
19년 전 조회 1,883
19년 전 조회 1,673
19년 전 조회 2,067
19년 전 조회 1,956
19년 전 조회 1,564
19년 전 조회 1,566
19년 전 조회 1,468
19년 전 조회 1,344
19년 전 조회 1,519
19년 전 조회 2,094
19년 전 조회 2,501
19년 전 조회 3,000
19년 전 조회 2,423
19년 전 조회 1,916
19년 전 조회 7,143
19년 전 조회 3,842
19년 전 조회 2,449
19년 전 조회 2,463
19년 전 조회 2,959
19년 전 조회 5,883
19년 전 조회 5,672
19년 전 조회 2,356
19년 전 조회 3,409
19년 전 조회 2,979
19년 전 조회 2,331
19년 전 조회 2,844
19년 전 조회 1,698
19년 전 조회 1,858
19년 전 조회 1,949
19년 전 조회 2,120
19년 전 조회 1,785
19년 전 조회 1,933
19년 전 조회 1,892
19년 전 조회 1,972
19년 전 조회 1,645
19년 전 조회 2,760
19년 전 조회 2,086
19년 전 조회 3,348
19년 전 조회 3,387
19년 전 조회 2,642
19년 전 조회 2,717
19년 전 조회 2,548
19년 전 조회 2,804
19년 전 조회 2,800
19년 전 조회 3,273
19년 전 조회 2,982
19년 전 조회 5,393
19년 전 조회 2,222
19년 전 조회 2,299
19년 전 조회 2,132
19년 전 조회 2,044
19년 전 조회 2,045
19년 전 조회 2,244
19년 전 조회 3,312
19년 전 조회 3,177
19년 전 조회 2,963