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,152
19년 전 조회 4,015
19년 전 조회 3,891
19년 전 조회 1,824
19년 전 조회 2,315
19년 전 조회 5,534
19년 전 조회 6,823
19년 전 조회 2,672
19년 전 조회 2,233
19년 전 조회 2,714
19년 전 조회 3,382
19년 전 조회 3,617
19년 전 조회 3,092
19년 전 조회 2,719
19년 전 조회 4,825
19년 전 조회 6,826
19년 전 조회 5,100
19년 전 조회 6,058
19년 전 조회 2,787
19년 전 조회 2,600
19년 전 조회 2,318
19년 전 조회 2,413
19년 전 조회 4,714
19년 전 조회 4,777
19년 전 조회 2,634
19년 전 조회 2,291
19년 전 조회 2,616
19년 전 조회 3,245
19년 전 조회 3,036
19년 전 조회 2,008
19년 전 조회 2,077
19년 전 조회 3,255
19년 전 조회 2,474
19년 전 조회 3,741
19년 전 조회 2,670
19년 전 조회 1,963
19년 전 조회 2,581
19년 전 조회 1,832
19년 전 조회 1,517
19년 전 조회 1,644
19년 전 조회 1,926
19년 전 조회 1,688
19년 전 조회 1,880
19년 전 조회 1,673
19년 전 조회 2,066
19년 전 조회 1,955
19년 전 조회 1,563
19년 전 조회 1,564
19년 전 조회 1,468
19년 전 조회 1,343
19년 전 조회 1,519
19년 전 조회 2,092
19년 전 조회 2,501
19년 전 조회 2,999
19년 전 조회 2,423
19년 전 조회 1,915
19년 전 조회 7,142
19년 전 조회 3,842
19년 전 조회 2,448
19년 전 조회 2,462
19년 전 조회 2,957
19년 전 조회 5,882
19년 전 조회 5,672
19년 전 조회 2,354
19년 전 조회 3,407
19년 전 조회 2,977
19년 전 조회 2,330
19년 전 조회 2,842
19년 전 조회 1,697
19년 전 조회 1,857
19년 전 조회 1,949
19년 전 조회 2,120
19년 전 조회 1,785
19년 전 조회 1,931
19년 전 조회 1,891
19년 전 조회 1,970
19년 전 조회 1,644
19년 전 조회 2,759
19년 전 조회 2,085
19년 전 조회 3,346
19년 전 조회 3,385
19년 전 조회 2,641
19년 전 조회 2,717
19년 전 조회 2,545
19년 전 조회 2,800
19년 전 조회 2,797
19년 전 조회 3,272
19년 전 조회 2,982
19년 전 조회 5,392
19년 전 조회 2,222
19년 전 조회 2,298
19년 전 조회 2,129
19년 전 조회 2,042
19년 전 조회 2,041
19년 전 조회 2,243
19년 전 조회 3,310
19년 전 조회 3,174
19년 전 조회 2,960