Questions tagged [local]

A label for inquiries pertaining to the retrieval of resources within a specific runtime setting or network environment.

Capture the content of a local webpage using Selenium and PhantomJS

Currently, I am utilizing Selenium with PhantomJS as the WebDriver to display webpages using Python. The webpages are located on my local drive and I am in need of capturing screenshots of them. However, at the moment, all the pages appear completely black ...

What steps should I take to manage an error image that is not found in a directory on my computer?

I am currently working with a list that displays various information, along with an image search function in an img tag that looks for a specific image related to the information. However, some of the information does not have a corresponding image and I w ...

Is it possible for JavaScript to access and read a local file from a web page hosted locally

I am interested in using html, css, and javascript to develop a user interface for configuring a simulation. This interface will be used to generate a visualization of the simulation and an output parameters file based on multiple input files. It is impor ...

``There seems to be an issue with the Express app when trying to access it

I have set up an express app that I want other devices on the same WIFI network to access without requiring internet connectivity. The main computer hosting the app is assigned with a fixed IP address: 192.168.1.60 In my server.js file, I have included t ...

Tips for accessing a local file on a website through HTML - easy steps to follow!

Is it possible to open a local (jpg or pdf) file from a random website that is not under my control? I have tried editing the HTML code of a site in Chrome by replacing existing links with ones linking to my local file, but when I click on them, nothing ha ...

Storing data locally using HTML5 and connecting to databases

As I work on designing a website using html5, css, and JavaScript primarily for client-side validation, I am also developing an app that will retrieve data entered on the website from a database. For example, if a user searches for a contact, the informa ...

transferring information between two html pages using javascript

Although this question has been raised multiple times, I have gone through the answers and attempted various solutions, however, my code is still not functioning correctly. Below are my working files : my_app -index.html -task1 -index.html I ...

Deploying local NPM modules with npm link to Heroku servers

While using npm link to incorporate my local modules into my app, I encountered an issue. It works perfectly on my machine, but after running grunt and deploying it to Heroku, the system claims that my module cannot be found! Currently, all my files are c ...