PC6下载站

分类分类

用asp怎样编写文档搜索页面1

关注+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">

展开全部

相关文章

更多+相同厂商

热门推荐

  • 最新排行
  • 最热排行
  • 评分最高
排行榜

    点击查看更多

      点击查看更多

        点击查看更多

        说两句网友评论

          我要评论...
          取消