To detect the browser, please try the following code:


 

<script language=javascript>   
  
<!--   
  document.write(
"<br>OS:"+window.navigator.platform);   
  document.write(
"<br>Browser:"+window.navigator.userAgent);   
  document.write(
"<br>CPU type:"+window.navigator.cpuClass);   
  
//-->   
</script> 

 

 

in a 64bit lab, the following like information will be show:

 

 

OS:Win64
Browser:Mozilla
/4.0(compatible; MSIE 6.0; Windows NT 5.2;.NET CLR 2.0.40903)
CPU type:ia64 


 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-12
猜你喜欢
  • 2021-11-29
  • 2021-12-30
  • 2022-12-23
  • 2021-06-07
  • 2022-01-02
  • 2021-09-14
  • 2022-12-23
相关资源
相似解决方案