사용자 브라우저의 펄러그인 목록 출력하기
<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년 전 | 2334 | ||
| 629 |
|
19년 전 | 1998 | |
| 628 |
|
19년 전 | 3100 | |
| 627 |
|
19년 전 | 2013 | |
| 626 |
|
19년 전 | 2058 | |
| 625 |
|
19년 전 | 1708 | |
| 624 |
|
19년 전 | 2209 | |
| 623 | 19년 전 | 2187 | ||
| 622 |
|
19년 전 | 2494 | |
| 621 |
|
19년 전 | 2883 | |
| 620 |
|
19년 전 | 2389 | |
| 619 | 19년 전 | 2454 | ||
| 618 | 19년 전 | 3503 | ||
| 617 |
|
19년 전 | 3220 | |
| 616 |
|
19년 전 | 3209 | |
| 615 |
|
19년 전 | 3022 | |
| 614 |
|
19년 전 | 2031 | |
| 613 |
|
19년 전 | 2356 | |
| 612 |
|
19년 전 | 2227 | |
| 611 |
|
19년 전 | 2066 | |
| 610 |
|
19년 전 | 2503 | |
| 609 |
|
19년 전 | 2414 | |
| 608 |
|
19년 전 | 2802 | |
| 607 | 19년 전 | 2182 | ||
| 606 | 19년 전 | 3505 | ||
| 605 | 19년 전 | 1975 | ||
| 604 | 19년 전 | 2578 | ||
| 603 | 19년 전 | 1602 | ||
| 602 |
|
19년 전 | 2828 | |
| 601 | 19년 전 | 3069 | ||
| 600 |
|
19년 전 | 2152 | |
| 599 | 19년 전 | 1992 | ||
| 598 | 19년 전 | 2466 | ||
| 597 | 19년 전 | 2380 | ||
| 596 |
|
19년 전 | 3068 | |
| 595 |
|
19년 전 | 6744 | |
| 594 | 19년 전 | 2703 | ||
| 593 | 19년 전 | 3180 | ||
| 592 |
|
19년 전 | 3080 | |
| 591 |
|
19년 전 | 1919 | |
| 590 | 19년 전 | 3359 | ||
| 589 | 19년 전 | 2198 | ||
| 588 |
|
19년 전 | 2699 | |
| 587 | 19년 전 | 2339 | ||
| 586 |
|
19년 전 | 4351 | |
| 585 | 19년 전 | 2472 | ||
| 584 | 19년 전 | 2743 | ||
| 583 |
|
19년 전 | 3507 | |
| 582 |
|
19년 전 | 3709 | |
| 581 |
|
19년 전 | 3235 | |
| 580 | 19년 전 | 2471 | ||
| 579 | 19년 전 | 3048 | ||
| 578 | 19년 전 | 3937 | ||
| 577 | 19년 전 | 3790 | ||
| 576 | 19년 전 | 1728 | ||
| 575 |
|
19년 전 | 2192 | |
| 574 |
|
19년 전 | 5398 | |
| 573 | 19년 전 | 6703 | ||
| 572 | 19년 전 | 2551 | ||
| 571 | 19년 전 | 2101 | ||
| 570 | 19년 전 | 2594 | ||
| 569 | 19년 전 | 3273 | ||
| 568 | 19년 전 | 3508 | ||
| 567 | 19년 전 | 2979 | ||
| 566 | 19년 전 | 2588 | ||
| 565 |
|
19년 전 | 4705 | |
| 564 |
|
19년 전 | 6713 | |
| 563 |
|
19년 전 | 4980 | |
| 562 |
|
19년 전 | 5937 | |
| 561 |
|
19년 전 | 2675 | |
| 560 |
|
19년 전 | 2511 | |
| 559 |
|
19년 전 | 2209 | |
| 558 |
|
19년 전 | 2290 | |
| 557 | 19년 전 | 4584 | ||
| 556 |
|
19년 전 | 4650 | |
| 555 | 19년 전 | 2492 | ||
| 554 | 19년 전 | 2168 | ||
| 553 | 19년 전 | 2504 | ||
| 552 |
|
19년 전 | 3139 | |
| 551 | 19년 전 | 2927 | ||
| 550 |
|
19년 전 | 1885 | |
| 549 |
|
19년 전 | 1947 | |
| 548 |
|
19년 전 | 3135 | |
| 547 |
|
19년 전 | 2355 | |
| 546 |
|
19년 전 | 3609 | |
| 545 |
|
19년 전 | 2534 | |
| 544 |
|
19년 전 | 1842 | |
| 543 |
|
19년 전 | 2448 | |
| 542 |
|
19년 전 | 1713 | |
| 541 |
|
19년 전 | 1397 | |
| 540 |
|
19년 전 | 1524 | |
| 539 |
|
19년 전 | 1792 | |
| 538 |
|
19년 전 | 1569 | |
| 537 |
|
19년 전 | 1767 | |
| 536 |
|
19년 전 | 1554 | |
| 535 |
|
19년 전 | 1950 | |
| 534 |
|
19년 전 | 1836 | |
| 533 |
|
19년 전 | 1434 | |
| 532 |
|
19년 전 | 1433 | |
| 531 |
|
19년 전 | 1348 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기