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 6821753
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T21:34:56+00:00 2026-05-26T21:34:56+00:00

How can Javascript (running from a website on a remote server) access data from

  • 0

How can Javascript (running from a website on a remote server) access data from a user’s local computer?
I have access to all the user’s computers and they are all using Chrome.
The data may be stored in a file, a database, I can even run a webserver on their computers if needed, etc.
Is there any way for my users to for example allow my website to access data from JavaScript?
(maybe be there is a Chrome setting but I still want their browser to be secure)

  • 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-26T21:34:56+00:00Added an answer on May 26, 2026 at 9:34 pm

    It sounds like you are flexible as to where the data is stored in the user’s computer. In that case use localStorage or Web SQL Databases. Web SQL Databases are no longer part of the HTML5 spec, but they are supported by Chrome. Using either of these methods will store the data on the users computer – right in the browser in fact.

    Edit: In the application that provides the caller id data, have it launch your website with chrome passing in a querystring argument containing the needed caller id data. Then in your page, have it listen to the onstorage event, and update the dropdown when the appropriate localStorage data has changed.

    In your caller id app, call:

    %ChromeInstallPath%\chrome.exe "http://foo.com/caller?Bill+Gates@425-882-8080"
    

    In your caller handler, use this JavaScript:

    window.onload = function() {
        localStorage.callerId = location.search;
    };
    

    In your page with the drop down list, use this JavaScript:

    window.onstorage = function() {
        setDropDownFromCallerId(localStorage.callerId);
    };
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am running a web page from a server using webrick. How can I
Can anyone post a sample code wherein theres a running timer(javascript settimeout) and doing
Can JavaScript load an RSS XML feed from Yahoo ? Is client-side JS allowed
Can JavaScript classes/objects have constructors? How are they created?
As JavaScript can be disabled in the browser by the user, I wonder if
A little further detail: I'm running a site where users can submit Javascript freely
I'm trying to launch a request for some data from an external website w/
I developed a website and published it on a LAN computer running IIS 6.0
Using JSF 2.0. Got an app running with CSS and Javascript running from /Servlet/resources/css
I have a javascript app running in a home page component. It calls into

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.