사용자 브라우저의 펄러그인 목록 출력하기 입니다.
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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7230 | 11년 전 | 3601 | ||
| 7229 | 11년 전 | 3729 | ||
| 7228 | 11년 전 | 3777 | ||
| 7227 | 11년 전 | 3905 | ||
| 7226 | 11년 전 | 2361 | ||
| 7225 | 11년 전 | 17435 | ||
| 7224 |
AngryDev
|
11년 전 | 1342 | |
| 7223 |
돌아온깡통
|
11년 전 | 1086 | |
| 7222 |
돌아온깡통
|
11년 전 | 1030 | |
| 7221 |
돌아온깡통
|
11년 전 | 871 | |
| 7220 |
돌아온깡통
|
11년 전 | 988 | |
| 7219 |
돌아온깡통
|
11년 전 | 822 | |
| 7218 |
돌아온깡통
|
11년 전 | 654 | |
| 7217 |
돌아온깡통
|
11년 전 | 1041 | |
| 7216 |
돌아온깡통
|
11년 전 | 782 | |
| 7215 |
돌아온깡통
|
11년 전 | 699 | |
| 7214 |
돌아온깡통
|
11년 전 | 1042 | |
| 7213 |
돌아온깡통
|
11년 전 | 912 | |
| 7212 |
돌아온깡통
|
11년 전 | 704 | |
| 7211 |
돌아온깡통
|
11년 전 | 860 | |
| 7210 |
돌아온깡통
|
11년 전 | 879 | |
| 7209 |
돌아온깡통
|
11년 전 | 883 | |
| 7208 |
돌아온깡통
|
11년 전 | 989 | |
| 7207 |
돌아온깡통
|
11년 전 | 622 | |
| 7206 |
돌아온깡통
|
11년 전 | 668 | |
| 7205 |
돌아온깡통
|
11년 전 | 854 | |
| 7204 |
돌아온깡통
|
11년 전 | 713 | |
| 7203 |
돌아온깡통
|
11년 전 | 736 | |
| 7202 |
돌아온깡통
|
11년 전 | 700 | |
| 7201 |
돌아온깡통
|
11년 전 | 647 | |
| 7200 |
돌아온깡통
|
11년 전 | 697 | |
| 7199 |
돌아온깡통
|
11년 전 | 1310 | |
| 7198 |
돌아온깡통
|
11년 전 | 641 | |
| 7197 |
돌아온깡통
|
11년 전 | 954 | |
| 7196 |
돌아온깡통
|
11년 전 | 852 | |
| 7195 |
돌아온깡통
|
11년 전 | 591 | |
| 7194 |
돌아온깡통
|
11년 전 | 623 | |
| 7193 |
돌아온깡통
|
11년 전 | 690 | |
| 7192 |
돌아온깡통
|
11년 전 | 711 | |
| 7191 |
joe031
|
11년 전 | 1244 | |
| 7190 | 11년 전 | 4128 | ||
| 7189 | 11년 전 | 1212 | ||
| 7188 |
잘살아보자
|
11년 전 | 930 | |
| 7187 | 11년 전 | 1411 | ||
| 7186 |
kiplayer
|
11년 전 | 7534 | |
| 7185 | 11년 전 | 1121 | ||
| 7184 |
잘살아보자
|
11년 전 | 2326 | |
| 7183 |
잘살아보자
|
11년 전 | 1142 | |
| 7182 |
잘살아보자
|
11년 전 | 1197 | |
| 7181 | 11년 전 | 1476 | ||
| 7180 |
하얀비요일
|
11년 전 | 977 | |
| 7179 |
잘살아보자
|
11년 전 | 980 | |
| 7178 | 11년 전 | 976 | ||
| 7177 | 11년 전 | 989 | ||
| 7176 | 11년 전 | 1650 | ||
| 7175 |
|
11년 전 | 1037 | |
| 7174 |
kiplayer
|
11년 전 | 1169 | |
| 7173 | 11년 전 | 958 | ||
| 7172 |
잘살아보자
|
11년 전 | 4637 | |
| 7171 |
잘살아보자
|
11년 전 | 691 | |
| 7170 | 11년 전 | 1061 | ||
| 7169 |
초심의설렘
|
11년 전 | 1462 | |
| 7168 | 11년 전 | 995 | ||
| 7167 |
잘살아보자
|
11년 전 | 5280 | |
| 7166 |
잘살아보자
|
11년 전 | 3411 | |
| 7165 | 11년 전 | 4945 | ||
| 7164 | 11년 전 | 822 | ||
| 7163 | 11년 전 | 1181 | ||
| 7162 |
울라라라우
|
11년 전 | 1366 | |
| 7161 | 11년 전 | 1249 | ||
| 7160 |
skyler
|
11년 전 | 1179 | |
| 7159 |
|
11년 전 | 677 | |
| 7158 |
|
11년 전 | 3333 | |
| 7157 |
잘살아보자
|
11년 전 | 2879 | |
| 7156 |
잘살아보자
|
11년 전 | 2217 | |
| 7155 |
잘살아보자
|
11년 전 | 1443 | |
| 7154 |
잘살아보자
|
11년 전 | 1445 | |
| 7153 | 11년 전 | 2875 | ||
| 7152 |
울라라라우
|
11년 전 | 819 | |
| 7151 | 11년 전 | 1046 | ||
| 7150 |
잘살아보자
|
11년 전 | 2379 | |
| 7149 |
잘살아보자
|
11년 전 | 3286 | |
| 7148 |
잘살아보자
|
11년 전 | 1179 | |
| 7147 |
잘살아보자
|
11년 전 | 750 | |
| 7146 |
잘살아보자
|
11년 전 | 1388 | |
| 7145 |
잘살아보자
|
11년 전 | 699 | |
| 7144 |
잘살아보자
|
11년 전 | 1283 | |
| 7143 |
잘살아보자
|
11년 전 | 745 | |
| 7142 |
잘살아보자
|
11년 전 | 1439 | |
| 7141 |
잘살아보자
|
11년 전 | 1190 | |
| 7140 |
잘살아보자
|
11년 전 | 1991 | |
| 7139 |
잘살아보자
|
11년 전 | 3657 | |
| 7138 |
잘살아보자
|
11년 전 | 3155 | |
| 7137 |
잘살아보자
|
11년 전 | 3620 | |
| 7136 |
잘살아보자
|
11년 전 | 1375 | |
| 7135 |
gooroo
|
11년 전 | 1606 | |
| 7134 |
열라뽕똬이
|
11년 전 | 2310 | |
| 7133 |
|
11년 전 | 1013 | |
| 7132 | 11년 전 | 1424 | ||
| 7131 | 11년 전 | 3565 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기