Most voted "browser" questions
A browser, also known by the English terms web browser or simply browser, is a computer program that enables its users to interact with virtual Internet documents, also known as web pages, that can be written in languages such as HTML, XHTML or HTML5 with or without languages like CSS and that are hosted on a web server.
Learn more…206 questions
Sort by count of
-
-1
votes1
answer45
viewsTHE COLOR OF MY WEBSITE DOESN’T OPEN RIGHT ON IE11 AND EDGE?
Good afternoon Devs, I’m already with that...I managed to convert the colors in Firefox...plus IE no chance, and the customer still wants to look at IE...Have any way to solve? I used those codes on…
-
-1
votes1
answer48
viewsStorage of Cookies and Requests with Cookies
Page cookies are sent to the server in all requests or only when it is intentionally sent through javascript? The localStorage is stored in the browser cache, and the cookie? It is stored in the…
-
-1
votes1
answer79
viewsWrite to a multi-line output in Javascript (document that opens in browser)
In javascript, I try to run programs in the browser that do calculations between numbers and generate a multi-line output, but it leaves everything in a single line when running the command. I tried…
-
-1
votes1
answer136
viewsWhen running two Django projects at the same time, one of the two users is dropped
I am working on two projects that share the same database, and so the same users, but they are two different projects on different servers. The point is that when accessing both at the same time…
-
-1
votes1
answer208
viewsAngular, Appcomponent and Appmodule error, not importing
app.componentts. import { Component } from '@angular/core'; import { AppComponent } from './app.component'; @Component({ selector: 'app-root', templateUrl: 'app.component.html' }) export class…
-
-2
votes2
answers113
viewsView pdf file with url in the database in the browser
Hello! I have an application that uploads the PDF file whose url is saved in the database and the file in a folder. By clicking the view button the pdf file opens in the browser. <a…