사용자 브라우저의 펄러그인 목록 출력하기
<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 630 | 19년 전 | 2331 | ||
| 629 |
|
19년 전 | 1997 | |
| 628 |
|
19년 전 | 3094 | |
| 627 |
|
19년 전 | 2009 | |
| 626 |
|
19년 전 | 2045 | |
| 625 |
|
19년 전 | 1699 | |
| 624 |
|
19년 전 | 2207 | |
| 623 | 19년 전 | 2184 | ||
| 622 |
|
19년 전 | 2483 | |
| 621 |
|
19년 전 | 2875 | |
| 620 |
|
19년 전 | 2381 | |
| 619 | 19년 전 | 2445 | ||
| 618 | 19년 전 | 3500 | ||
| 617 |
|
19년 전 | 3215 | |
| 616 |
|
19년 전 | 3201 | |
| 615 |
|
19년 전 | 3015 | |
| 614 |
|
19년 전 | 2025 | |
| 613 |
|
19년 전 | 2343 | |
| 612 |
|
19년 전 | 2225 | |
| 611 |
|
19년 전 | 2058 | |
| 610 |
|
19년 전 | 2500 | |
| 609 |
|
19년 전 | 2409 | |
| 608 |
|
19년 전 | 2798 | |
| 607 | 19년 전 | 2175 | ||
| 606 | 19년 전 | 3499 | ||
| 605 | 19년 전 | 1966 | ||
| 604 | 19년 전 | 2569 | ||
| 603 | 19년 전 | 1598 | ||
| 602 |
|
19년 전 | 2827 | |
| 601 | 19년 전 | 3065 | ||
| 600 |
|
19년 전 | 2152 | |
| 599 | 19년 전 | 1989 | ||
| 598 | 19년 전 | 2464 | ||
| 597 | 19년 전 | 2375 | ||
| 596 |
|
19년 전 | 3065 | |
| 595 |
|
19년 전 | 6744 | |
| 594 | 19년 전 | 2702 | ||
| 593 | 19년 전 | 3177 | ||
| 592 |
|
19년 전 | 3074 | |
| 591 |
|
19년 전 | 1917 | |
| 590 | 19년 전 | 3354 | ||
| 589 | 19년 전 | 2182 | ||
| 588 |
|
19년 전 | 2692 | |
| 587 | 19년 전 | 2337 | ||
| 586 |
|
19년 전 | 4350 | |
| 585 | 19년 전 | 2468 | ||
| 584 | 19년 전 | 2736 | ||
| 583 |
|
19년 전 | 3503 | |
| 582 |
|
19년 전 | 3706 | |
| 581 |
|
19년 전 | 3230 | |
| 580 | 19년 전 | 2469 | ||
| 579 | 19년 전 | 3040 | ||
| 578 | 19년 전 | 3902 | ||
| 577 | 19년 전 | 3781 | ||
| 576 | 19년 전 | 1714 | ||
| 575 |
|
19년 전 | 2189 | |
| 574 |
|
19년 전 | 5394 | |
| 573 | 19년 전 | 6696 | ||
| 572 | 19년 전 | 2547 | ||
| 571 | 19년 전 | 2100 | ||
| 570 | 19년 전 | 2593 | ||
| 569 | 19년 전 | 3257 | ||
| 568 | 19년 전 | 3497 | ||
| 567 | 19년 전 | 2974 | ||
| 566 | 19년 전 | 2586 | ||
| 565 |
|
19년 전 | 4693 | |
| 564 |
|
19년 전 | 6700 | |
| 563 |
|
19년 전 | 4970 | |
| 562 |
|
19년 전 | 5931 | |
| 561 |
|
19년 전 | 2670 | |
| 560 |
|
19년 전 | 2487 | |
| 559 |
|
19년 전 | 2199 | |
| 558 |
|
19년 전 | 2284 | |
| 557 | 19년 전 | 4578 | ||
| 556 |
|
19년 전 | 4643 | |
| 555 | 19년 전 | 2487 | ||
| 554 | 19년 전 | 2162 | ||
| 553 | 19년 전 | 2494 | ||
| 552 |
|
19년 전 | 3132 | |
| 551 | 19년 전 | 2922 | ||
| 550 |
|
19년 전 | 1883 | |
| 549 |
|
19년 전 | 1942 | |
| 548 |
|
19년 전 | 3134 | |
| 547 |
|
19년 전 | 2353 | |
| 546 |
|
19년 전 | 3609 | |
| 545 |
|
19년 전 | 2534 | |
| 544 |
|
19년 전 | 1839 | |
| 543 |
|
19년 전 | 2443 | |
| 542 |
|
19년 전 | 1707 | |
| 541 |
|
19년 전 | 1390 | |
| 540 |
|
19년 전 | 1522 | |
| 539 |
|
19년 전 | 1790 | |
| 538 |
|
19년 전 | 1565 | |
| 537 |
|
19년 전 | 1765 | |
| 536 |
|
19년 전 | 1549 | |
| 535 |
|
19년 전 | 1942 | |
| 534 |
|
19년 전 | 1832 | |
| 533 |
|
19년 전 | 1429 | |
| 532 |
|
19년 전 | 1432 | |
| 531 |
|
19년 전 | 1344 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기