사용자 브라우저의 펄러그인 목록 출력하기
<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년 전 | 2350 | ||
| 629 |
|
19년 전 | 2012 | |
| 628 |
|
19년 전 | 3126 | |
| 627 |
|
19년 전 | 2034 | |
| 626 |
|
19년 전 | 2066 | |
| 625 |
|
19년 전 | 1719 | |
| 624 |
|
19년 전 | 2223 | |
| 623 | 19년 전 | 2199 | ||
| 622 |
|
19년 전 | 2508 | |
| 621 |
|
19년 전 | 2910 | |
| 620 |
|
19년 전 | 2404 | |
| 619 | 19년 전 | 2472 | ||
| 618 | 19년 전 | 3515 | ||
| 617 |
|
19년 전 | 3233 | |
| 616 |
|
19년 전 | 3222 | |
| 615 |
|
19년 전 | 3039 | |
| 614 |
|
19년 전 | 2045 | |
| 613 |
|
19년 전 | 2378 | |
| 612 |
|
19년 전 | 2239 | |
| 611 |
|
19년 전 | 2085 | |
| 610 |
|
19년 전 | 2521 | |
| 609 |
|
19년 전 | 2422 | |
| 608 |
|
19년 전 | 2813 | |
| 607 | 19년 전 | 2194 | ||
| 606 | 19년 전 | 3532 | ||
| 605 | 19년 전 | 1989 | ||
| 604 | 19년 전 | 2601 | ||
| 603 | 19년 전 | 1612 | ||
| 602 |
|
19년 전 | 2836 | |
| 601 | 19년 전 | 3074 | ||
| 600 |
|
19년 전 | 2153 | |
| 599 | 19년 전 | 2003 | ||
| 598 | 19년 전 | 2481 | ||
| 597 | 19년 전 | 2389 | ||
| 596 |
|
19년 전 | 3075 | |
| 595 |
|
19년 전 | 6754 | |
| 594 | 19년 전 | 2709 | ||
| 593 | 19년 전 | 3186 | ||
| 592 |
|
19년 전 | 3091 | |
| 591 |
|
19년 전 | 1931 | |
| 590 | 19년 전 | 3366 | ||
| 589 | 19년 전 | 2209 | ||
| 588 |
|
19년 전 | 2707 | |
| 587 | 19년 전 | 2346 | ||
| 586 |
|
19년 전 | 4364 | |
| 585 | 19년 전 | 2487 | ||
| 584 | 19년 전 | 2760 | ||
| 583 |
|
19년 전 | 3523 | |
| 582 |
|
19년 전 | 3718 | |
| 581 |
|
19년 전 | 3256 | |
| 580 | 19년 전 | 2485 | ||
| 579 | 19년 전 | 3075 | ||
| 578 | 19년 전 | 3976 | ||
| 577 | 19년 전 | 3814 | ||
| 576 | 19년 전 | 1754 | ||
| 575 |
|
19년 전 | 2209 | |
| 574 |
|
19년 전 | 5403 | |
| 573 | 19년 전 | 6718 | ||
| 572 | 19년 전 | 2565 | ||
| 571 | 19년 전 | 2107 | ||
| 570 | 19년 전 | 2601 | ||
| 569 | 19년 전 | 3303 | ||
| 568 | 19년 전 | 3528 | ||
| 567 | 19년 전 | 2981 | ||
| 566 | 19년 전 | 2602 | ||
| 565 |
|
19년 전 | 4719 | |
| 564 |
|
19년 전 | 6730 | |
| 563 |
|
19년 전 | 5010 | |
| 562 |
|
19년 전 | 5950 | |
| 561 |
|
19년 전 | 2693 | |
| 560 |
|
19년 전 | 2540 | |
| 559 |
|
19년 전 | 2222 | |
| 558 |
|
19년 전 | 2302 | |
| 557 | 19년 전 | 4595 | ||
| 556 |
|
19년 전 | 4668 | |
| 555 | 19년 전 | 2507 | ||
| 554 | 19년 전 | 2175 | ||
| 553 | 19년 전 | 2525 | ||
| 552 |
|
19년 전 | 3167 | |
| 551 | 19년 전 | 2940 | ||
| 550 |
|
19년 전 | 1898 | |
| 549 |
|
19년 전 | 1957 | |
| 548 |
|
19년 전 | 3146 | |
| 547 |
|
19년 전 | 2357 | |
| 546 |
|
19년 전 | 3617 | |
| 545 |
|
19년 전 | 2548 | |
| 544 |
|
19년 전 | 1850 | |
| 543 |
|
19년 전 | 2454 | |
| 542 |
|
19년 전 | 1729 | |
| 541 |
|
19년 전 | 1409 | |
| 540 |
|
19년 전 | 1537 | |
| 539 |
|
19년 전 | 1804 | |
| 538 |
|
19년 전 | 1584 | |
| 537 |
|
19년 전 | 1780 | |
| 536 |
|
19년 전 | 1562 | |
| 535 |
|
19년 전 | 1960 | |
| 534 |
|
19년 전 | 1845 | |
| 533 |
|
19년 전 | 1448 | |
| 532 |
|
19년 전 | 1443 | |
| 531 |
|
19년 전 | 1358 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기