사용자 브라우저의 펄러그인 목록 출력하기
<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>
<!-- 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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 730 |
|
19년 전 | 2728 | |
| 729 |
그레이스웹
|
19년 전 | 3520 | |
| 728 |
|
19년 전 | 2698 | |
| 727 |
|
19년 전 | 2534 | |
| 726 |
|
19년 전 | 2353 | |
| 725 |
|
19년 전 | 2256 | |
| 724 |
|
19년 전 | 2137 | |
| 723 |
|
19년 전 | 4261 | |
| 722 |
|
19년 전 | 2685 | |
| 721 |
|
19년 전 | 2174 | |
| 720 |
|
19년 전 | 2276 | |
| 719 |
|
19년 전 | 2856 | |
| 718 |
|
19년 전 | 1968 | |
| 717 |
|
19년 전 | 3198 | |
| 716 |
|
19년 전 | 2757 | |
| 715 |
|
19년 전 | 2277 | |
| 714 |
|
19년 전 | 1829 | |
| 713 |
|
19년 전 | 2247 | |
| 712 |
|
19년 전 | 2015 | |
| 711 |
|
19년 전 | 1912 | |
| 710 |
|
19년 전 | 2479 | |
| 709 |
|
19년 전 | 2338 | |
| 708 |
|
19년 전 | 3899 | |
| 707 |
|
19년 전 | 3742 | |
| 706 |
|
19년 전 | 2241 | |
| 705 |
|
19년 전 | 3317 | |
| 704 |
|
19년 전 | 1985 | |
| 703 |
|
19년 전 | 2391 | |
| 702 |
|
19년 전 | 2285 | |
| 701 |
홀로남은자
|
19년 전 | 2351 | |
| 700 |
홀로남은자
|
19년 전 | 2187 | |
| 699 | 19년 전 | 2818 | ||
| 698 |
|
19년 전 | 2843 | |
| 697 |
|
19년 전 | 3180 | |
| 696 |
|
19년 전 | 3050 | |
| 695 |
|
19년 전 | 2717 | |
| 694 |
|
19년 전 | 2950 | |
| 693 |
|
19년 전 | 3197 | |
| 692 |
|
19년 전 | 2883 | |
| 691 |
|
19년 전 | 2629 | |
| 690 | 19년 전 | 2932 | ||
| 689 | 19년 전 | 4517 | ||
| 688 | 19년 전 | 2441 | ||
| 687 | 19년 전 | 2455 | ||
| 686 | 19년 전 | 3487 | ||
| 685 | 19년 전 | 3176 | ||
| 684 | 19년 전 | 2835 | ||
| 683 | 19년 전 | 2065 | ||
| 682 | 19년 전 | 1780 | ||
| 681 | 19년 전 | 2879 | ||
| 680 | 19년 전 | 1732 | ||
| 679 | 19년 전 | 2314 | ||
| 678 | 19년 전 | 3965 | ||
| 677 | 19년 전 | 3745 | ||
| 676 | 19년 전 | 3473 | ||
| 675 | 19년 전 | 3414 | ||
| 674 |
|
19년 전 | 1571 | |
| 673 |
|
19년 전 | 1940 | |
| 672 |
|
19년 전 | 1866 | |
| 671 | 19년 전 | 2531 | ||
| 670 | 19년 전 | 4637 | ||
| 669 |
|
19년 전 | 2774 | |
| 668 |
|
19년 전 | 1930 | |
| 667 |
|
19년 전 | 1941 | |
| 666 |
|
19년 전 | 1850 | |
| 665 |
|
19년 전 | 2583 | |
| 664 |
|
19년 전 | 8181 | |
| 663 |
|
19년 전 | 2734 | |
| 662 |
|
19년 전 | 2795 | |
| 661 |
|
19년 전 | 3046 | |
| 660 |
|
19년 전 | 2218 | |
| 659 |
|
19년 전 | 2237 | |
| 658 |
|
19년 전 | 2179 | |
| 657 |
|
19년 전 | 2086 | |
| 656 |
|
19년 전 | 2279 | |
| 655 |
|
19년 전 | 2540 | |
| 654 |
|
19년 전 | 3084 | |
| 653 | 19년 전 | 2335 | ||
| 652 | 19년 전 | 1917 | ||
| 651 |
|
19년 전 | 2853 | |
| 650 | 19년 전 | 5016 | ||
| 649 | 19년 전 | 3510 | ||
| 648 | 19년 전 | 3466 | ||
| 647 | 19년 전 | 2977 | ||
| 646 | 19년 전 | 2410 | ||
| 645 | 19년 전 | 1503 | ||
| 644 | 19년 전 | 3144 | ||
| 643 | 19년 전 | 2024 | ||
| 642 |
|
19년 전 | 5398 | |
| 641 | 19년 전 | 2438 | ||
| 640 | 19년 전 | 3438 | ||
| 639 | 19년 전 | 2873 | ||
| 638 | 19년 전 | 1769 | ||
| 637 | 19년 전 | 3881 | ||
| 636 | 19년 전 | 2431 | ||
| 635 | 19년 전 | 2321 | ||
| 634 |
|
19년 전 | 3027 | |
| 633 |
|
19년 전 | 3307 | |
| 632 | 19년 전 | 2510 | ||
| 631 | 19년 전 | 2269 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기