사용자 브라우저의 펄러그인 목록 출력하기 입니다.
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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 103 | ||
| 8229 | 9년 전 | 103 | ||
| 8228 |
커네드커네드
|
9년 전 | 149 | |
| 8227 | 9년 전 | 182 | ||
| 8226 | 9년 전 | 201 | ||
| 8225 | 9년 전 | 182 | ||
| 8224 | 9년 전 | 174 | ||
| 8223 | 9년 전 | 156 | ||
| 8222 |
|
9년 전 | 230 | |
| 8221 | 9년 전 | 137 | ||
| 8220 | 9년 전 | 164 | ||
| 8219 | 9년 전 | 130 | ||
| 8218 | 9년 전 | 181 | ||
| 8217 |
star3840
|
9년 전 | 153 | |
| 8216 | 9년 전 | 208 | ||
| 8215 | 9년 전 | 166 | ||
| 8214 | 9년 전 | 262 | ||
| 8213 | 9년 전 | 212 | ||
| 8212 | 9년 전 | 129 | ||
| 8211 | 9년 전 | 298 | ||
| 8210 | 9년 전 | 302 | ||
| 8209 | 9년 전 | 374 | ||
| 8208 | 9년 전 | 274 | ||
| 8207 | 9년 전 | 270 | ||
| 8206 |
|
9년 전 | 227 | |
| 8205 | 9년 전 | 217 | ||
| 8204 | 9년 전 | 178 | ||
| 8203 | 9년 전 | 269 | ||
| 8202 | 9년 전 | 178 | ||
| 8201 | 9년 전 | 223 | ||
| 8200 | 9년 전 | 217 | ||
| 8199 | 9년 전 | 247 | ||
| 8198 | 9년 전 | 210 | ||
| 8197 | 9년 전 | 203 | ||
| 8196 | 9년 전 | 593 | ||
| 8195 | 9년 전 | 203 | ||
| 8194 | 9년 전 | 322 | ||
| 8193 | 9년 전 | 208 | ||
| 8192 | 9년 전 | 239 | ||
| 8191 | 9년 전 | 189 | ||
| 8190 | 9년 전 | 188 | ||
| 8189 | 9년 전 | 244 | ||
| 8188 | 9년 전 | 178 | ||
| 8187 | 9년 전 | 184 | ||
| 8186 | 9년 전 | 184 | ||
| 8185 | 9년 전 | 360 | ||
| 8184 | 9년 전 | 143 | ||
| 8183 | 9년 전 | 358 | ||
| 8182 | 9년 전 | 214 | ||
| 8181 | 9년 전 | 178 | ||
| 8180 | 9년 전 | 750 | ||
| 8179 | 9년 전 | 522 | ||
| 8178 | 9년 전 | 370 | ||
| 8177 |
kiplayer
|
9년 전 | 373 | |
| 8176 | 9년 전 | 407 | ||
| 8175 | 9년 전 | 278 | ||
| 8174 | 9년 전 | 283 | ||
| 8173 | 9년 전 | 378 | ||
| 8172 | 9년 전 | 241 | ||
| 8171 | 9년 전 | 224 | ||
| 8170 | 9년 전 | 333 | ||
| 8169 |
커네드커네드
|
9년 전 | 293 | |
| 8168 | 9년 전 | 360 | ||
| 8167 | 9년 전 | 365 | ||
| 8166 | 9년 전 | 274 | ||
| 8165 | 9년 전 | 212 | ||
| 8164 | 9년 전 | 348 | ||
| 8163 | 9년 전 | 334 | ||
| 8162 | 9년 전 | 341 | ||
| 8161 | 9년 전 | 351 | ||
| 8160 |
|
9년 전 | 545 | |
| 8159 | 9년 전 | 478 | ||
| 8158 | 9년 전 | 299 | ||
| 8157 | 9년 전 | 421 | ||
| 8156 | 9년 전 | 302 | ||
| 8155 | 9년 전 | 291 | ||
| 8154 |
00년생용띠
|
9년 전 | 635 | |
| 8153 | 9년 전 | 270 | ||
| 8152 |
|
9년 전 | 454 | |
| 8151 | 9년 전 | 455 | ||
| 8150 | 9년 전 | 553 | ||
| 8149 |
Jangfolk
|
9년 전 | 396 | |
| 8148 | 9년 전 | 224 | ||
| 8147 | 9년 전 | 423 | ||
| 8146 | 9년 전 | 492 | ||
| 8145 | 9년 전 | 448 | ||
| 8144 | 9년 전 | 411 | ||
| 8143 | 9년 전 | 241 | ||
| 8142 | 9년 전 | 473 | ||
| 8141 | 9년 전 | 421 | ||
| 8140 | 9년 전 | 971 | ||
| 8139 | 9년 전 | 320 | ||
| 8138 |
전갈자리남자
|
9년 전 | 425 | |
| 8137 | 9년 전 | 455 | ||
| 8136 | 9년 전 | 793 | ||
| 8135 |
|
9년 전 | 828 | |
| 8134 |
PlayPixel
|
9년 전 | 562 | |
| 8133 |
|
9년 전 | 486 | |
| 8132 | 9년 전 | 498 | ||
| 8131 | 9년 전 | 861 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기