Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 994831
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T06:37:48+00:00 2026-05-16T06:37:48+00:00

I was about to write a script to dump out everything in navigator (excluding

  • 0

I was about to write a script to dump out everything in navigator (excluding window) to help with debugging user issues (instead of asking the user what browser/operating system they’re running, I’d like to point them to a page that dumps out everything interesting), and it occurred to me this has probably been done a million times before.

Do you know of a good cross browser, light script for dumping out all interesting user info? Bonus points if it has a clever way of getting the data to me (ie. avoids cut-paste-email).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T06:37:49+00:00Added an answer on May 16, 2026 at 6:37 am

    This is a great website, I always point people to this site when they need help:

    http://www.supportdetails.com/

    Plus, it has built-in system for sending emails. If you want to make your own but base it off of their code, most of the code for this is:

     // Screen Res
     if (self.screen)
     {
      S_RESOLUTION = screen.width + ' x ' + screen.height;
      S_COLOR_DEPTH = screen.colorDepth + ' bit';
     }
     else if (self.java)
     {
      var javaobj = java.awt.Toolkit.getDefaultToolkit();
      var screenobj = javaobj.getScreenSize();
    
      S_RESOLUTION = screenobj.width + ' x ' + screenobj.height;
    
      if (self.screen)
       S_COLOR_DEPTH = screen.colorDepth + ' bit'; ;
     }
    
     // Browser size
     var bsw = '';
     var bsh = '';
    
     if (window.innerWidth)
     {
      bsw = window.innerWidth;
      bsh = window.innerHeight;
     }
     else if (document.documentElement)
     {
      bsw = document.documentElement.clientWidth;
      bsh = document.documentElement.clientHeight;
     }
     else if (document.body)
     {
      bsw = document.body.clientWidth;
      bsh = document.body.clientHeight;
     }
     if (bsw != '' && bsh != '')
     {
      S_BROWSER_SIZE = bsw + ' x ' + bsh;
     }
    
     // Browser Type
     if (S_USE_CLIENT_FOR_BROWSER == "1")
     {
      var browser = $.browser.name + " " + $.browser.version;
      S_BROWSER_TYPE = browser;
    
      S_BROWSER_TYPE = S_BROWSER_TYPE.replace("msie", "Internet Explorer");
    
      if (S_BROWSER_TYPE.length > 0)
      {
       S_BROWSER_TYPE = S_BROWSER_TYPE.substring(0, 1).toUpperCase() + S_BROWSER_TYPE.substring(1, S_BROWSER_TYPE.length);
      }
    
      S_BROWSER_VERSION = "";
     }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am about to write a script that generates graphviz/dot graphs with the following
I'm currently trying to figure out a way to write a script (preferrably PHP)
I'm about to be forced to write a script to download some number of
I am about to write a script to add new indexes to a database,
There seem to be very few tutorials out there about how to write a
Yes, I'm still using Classic ASP. I'm about to write a script that checks
I am about to write a script that links multiple databases across servers in
How can I write a script or otherwise simulate about 100 users connection to
I wrote a function in bash script. However, it's complaining about syntax. I really
I'm about to write a small and lightweight dependency management tool for Android projects.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.