location.href //当前页

解决方案 »

  1.   

    document.referren //上次请求页
      

  2.   

    http://zhidao.baidu.com/question/2724693.html?fr=qrl3 //是否有ALEXA工具条
      

  3.   

    navigator.appversion //浏览器版本
      

  4.   

    document.write(navigator.appName + navigator.appVersion);浏览器类型以及版本
    document.write(navigator.platform); 操作系统
    document.write(navigator.systemLanguage); 系统语言
    document.write(window.screen.width+"x"+window.screen.height); 分辨率
    document.write(window.screen.colorDepth+"位"); 显示器颜色
      

  5.   

    screen.width+"*"+screen.height //屏幕分辨率
      

  6.   

    document.write(window.location.href); 当前页
    document.write(document.referrer); 前一页
      

  7.   

     obj = new ActiveXObject("rcbdyctl.Setting");
     document.write( obj.GetIPAddress );  IP
      

  8.   

    完毕~~~
    ALEXA的那个不会,等高人~~~