javascript判断用户浏览器插件安装情况的代码

时间:2011-01-01    点击:88   
复制代码 代码如下:

document.writeln("<TABLE BORDER=1><TR VALIGN=TOP>",
"<TH ALIGN=left>i",
"<TH ALIGN=left>名称",
"<TH ALIGN=left>文件名",
"<TH ALIGN=left>描述",
"<TH ALIGN=left>类型数</TR>")
for (i=0; i < navigator.plugins.length; i++) {
document.writeln("<TR VALIGN=TOP><TD>",i,
"<TD>",navigator.plugins[i].name,
"<TD>",navigator.plugins[i].filename,
"<TD>",navigator.plugins[i].description,
"<TD>",navigator.plugins[i].length,
"</TR>")
}
document.writeln("</TABLE>");
jquery 单击li防止重复加载的实现代码
基于jquery的关于动态创建DOM元素的问题
关于Mozilla浏览器不支持innerText的解决办法
Js event事件在IE、FF兼容性问题
javaScript同意等待代码实现心得
> 返回     
地址:上海市普陀区胶州路941号长久商务中心 电话: QQ:
© Copyright 2012 上海网络 Product All Rights Reserved