分类分类
关注+2004-11-07作者:蓝点
Microsoft Index Server: 查询语言
TempString = navigator.appVersion
if (navigator.appName == "Microsoft Internet Explorer"){
// Check to see if browser is Microsoft
if (TempString.indexOf ("4.") >= 0){
// Check to see if it is IE 4
document.writeln('');
}
else {
document.writeln('');
}
}
else if (navigator.appName == "Netscape") {
// Check to see if browser is Netscape
document.writeln('');
}
else
document.writeln('');
" _ue_custom_node_="true">
相关文章
更多+相同厂商
热门推荐
点击查看更多
点击查看更多
点击查看更多
说两句网友评论