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
-
0
votes1
answer711
viewsWrite information in the browser console via the . NET
I need to demonstrate information on browser the classic console.log Javascript, only that I would like to do this on browser with . Net and not on output Visual Studio because I believe that Azure…
-
0
votes0
answers48
viewsUpload php page via FTP but the page does not exit the server cache
I have the following problem.. I have a website with pages in php, Java.. everything works fine.. But I had to make a simple change to the html code of a php page.. I uploaded the file via FTP,…
-
0
votes0
answers30
viewsproblem when updating my site css
Well I have a problem that I think affects a lot of people, and probably someone’s been through it and solve the problem. Whenever I update my site, with a new menu or any changes in css, many users…
-
0
votes1
answer567
viewsRunning a java applet in the browser
Well, I made a program in applet, (extending the Japplet class) and generated the file . jar, put it in a folder and wrote an HTML page to run it: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0…
-
0
votes1
answer90
viewsIs it possible to create a data field that is Cross-Browser?
Does anyone know how to make the <input type="date"> works in all browsers? In the Google Chrome works normally, I can pass the parameter in the form, receive in the variable and play in the…
-
0
votes1
answer115
viewsCreating unique browser actions(Jquery)
Good afternoon! I wonder if it is possible to create a Function with Jquery exclusive for a specific browser For example: $(document).ready(function(e) { $("#imagens a").click(function(e) { var id =…
-
0
votes0
answers15
viewsProvision of hidden webservice
I have a question, and I need your help. I have some webservices that need by client request that is not accessed by browser but can be accessed by url if you type all the way over the parameters.…
-
0
votes2
answers3558
viewsDirect print without going through the php dialog box
I use java script to print only the contents of a div, but I need you not to use the browser print dialog box. Reason: I created a formatting for the text, when it goes to print by the dialog box…
-
0
votes0
answers294
views -
0
votes1
answer355
viewsTest angular design compatibility in multiple browsers
I have a web application made with Angularjs v1.5.8 and I am worried about compatibility, but I do not intend to download several browsers and go out testing one by one in different versions. I want…
-
0
votes2
answers126
viewsHow do I limit the use of a web application so that it can be used by Chrome?
My application is based on Java and made in Genexus. I want it to be impossible to use my application outside of Google Chrome. You can implement this limitation? I did not find in my research this…
java web-application google-chrome browser genexusasked 7 years, 11 months ago Tayrone Carneiro Rockenbach 91 -
0
votes1
answer350
viewsphp browser information and operating system
I need some help with some library that detects the operating system and the browser used by the client, I searched a lot on the net and I didn’t find anything worth, only a lot of tangle of code…
-
0
votes1
answer95
viewsBlock mobile browser popup by pressing screen element
Description: A friend is developing an application in which a web page is accessed and when interacting with the elements is sent to a file PHP controls to manipulate a robot with the Arduino. For…
-
0
votes1
answer154
viewsHow to change http Accept language in Firefox Developer Edition?
I am developing a website that should work for Portuguese and English - preferably automatically. By php I already got the HTTP-ACCEPT-LANGUAGE, and now I need to start testing the code that will…
-
0
votes1
answer1255
viewsForce link opening in mobile browser and not on facebook?
When sharing the link of a page on facebook either by messenger or in some post when the user clicks, the same will open in the browser of facebook itself, which in turn is giving some "weird" bugs…
-
0
votes1
answer150
viewsColor Sharepoint Calendar "Javascript" "Jquery"
I have this code below for a calendar in Sharepoint 2013 That when user choose silver car in calendar field stay in silver color and when black stay in black color. It only works on the IE browser,…
-
0
votes0
answers143
viewsIs Browse really a multithreaded application?
Once, in the discipline of Distributed Systems, the teacher asked a question and he himself answered: What multithreaded application example is widely used by everyone? Browse (browser), since…
-
0
votes0
answers535
viewsClear my user cache?
I took a virtual store to do some updates, and so far so good. I did, etc... The problem is this. CSS modifications only apply in the clients' browser if they clear their browser history. If for…
-
0
votes1
answer662
viewsAuto complete Chrome bringing wrong fields as login
I have a problem with a criminal record. When registering the browser asks if it wants to save the user and password, the problem is that it saves a field nothing see as user but the password it…
-
0
votes2
answers64
viewsI need to get the ID of one of the elements inside a combobox
I have the following X path : //*[@id="selectDashboard"] inside that has some ID’s that would be certain Dashboard s, how do I catch these guys inside the Xpath? Dashboard HTML code with an ID…
-
0
votes0
answers49
viewsCSS not reflected in browser
I started a project in xhtml Primefaces, only when I make changes to the CSS it doesn’t change in the browser, only in the IDE. Browser design: Project in Eclipse IDE:…
-
0
votes1
answer588
viewsAdd address to favorites via Javascript
Giving a search on Google(and here) I saw that it was possible to a certain time ago add addresses to browser favorites in Javascript, but the methods used for this were discontinued and I would…
-
0
votes1
answer74
viewsjQuery smoth scrolling is not working
When I click once on one of the options of nav, it works, but if I double-click or if I’m in one area and click to go to another, it gets lost and Buga total, do not know what to do and I’ve tried…
-
0
votes2
answers4733
viewsOpen and close multiple tabs in Python browser
Hi, I need some help. I need this script I have (Python and JS) to open a certain number of tabs and after a time interval close and reopen the same tabs again. However, to not close the browser, I…
-
0
votes1
answer537
viewsHow to open and close a browser window programmatically using bash commands in Ubuntu 16.04?
I have a bash code that, at the end of some installations, should automatically open a browser window with a URL (myapp.com) passed as parameter. A php configuration page is displayed, confirming…
-
0
votes0
answers63
viewsPHP and Mysql - UPDATE error
On my client’s website, which is programmed in PHP and uses Mysql, users must fill out employee evaluation data. But in two moments, I received notifications from users who will continue the reviews…
-
0
votes1
answer39
viewsObjects change position when switching from browser
Can anyone tell me why when switching from browser, from Chrome to Firefox, the relative positions I gave in CSS change? Normally I use Chrome, but I tried it on Firefox and all the objects I gave…
-
0
votes1
answer1039
viewsBrowser "back and forth" button and dynamic div without refresh
Me and a friend have been having some problems with jQuery.. If we base it on a code to make the button back and forth of the browser work on our site, with the function of a update div without…
-
0
votes1
answer3027
viewsHow to add localstorage in Typescript (Angular 6)
I have a code in Typescript (angular 6) in which I for educational reasons, want to know how to save various message variables with the following data in cache: adicionarMensagem(preparacao:…
-
0
votes0
answers52
viewsRead loop web pages converting to text
I need to read several web pages successively in loop, converting each page to text. The goal is to read quotes of various shares, Yahoo Finance website, for example. I’ve tried several resources,…
-
0
votes0
answers49
viewsError in Chrome console
In the Chrome browser console, I have these errors: I have to worry. Only in Chrome content-script.js:12 Unhandled rejection Error at child.onBeforeRender…
-
0
votes1
answer142
viewsTomcat Maven web project Rest application does not work netbeans
Personal created a simple application to make a web service I did it this way netbeans file -> new project -> Maven (web application) I created a class called Restapplication package…
-
0
votes1
answer43
viewsHow do I make a script not work in the Opera browser?
I want my script to work in all browsers, except for in Opera. What do I have to add to my code to block its operation in Opera? The script I use is: <script> function openWindow() {…
-
0
votes1
answer49
viewsHow to detect joystick events from the browser?
Hello, whereas I have a joystick connected and running on my pc; How do I receive events from it through the browser? That’s possible? I can detect keyboard events, only I wish my little game could…
-
0
votes1
answer2291
viewsHow to open an HTML page in the browser with Vscode
I need to open a page in the browser with my HTML codes, using Vscode. However, when I do F1+tasks: Configure Tasks, it does not open tasks.json.
-
0
votes0
answers32
viewsUsing Media Query with different images for different resolutions, which images will be requested?
When I use different images with media query, the user’s browser will use which option? Order all images from the site and use the appropriate one (making loading slower). Request only the specific…
-
0
votes1
answer303
viewsHow to block printscreen on a web page?
I know that for Android development there is the command: getwindow().setflags(windowmanager.layoutparams.flag_secure windowmanager.layoutparams.flag_secure) Which prevents the printscreen and even…
-
0
votes1
answer39
viewsHow to run a Javascript command on all browser tabs?
I’m trying to do a project, but to do it I need a Javascript function to run on all the user’s browser tabs at the same time. Is there any way to do that?
-
0
votes0
answers45
viewsProblems with "Back Button" in browser
You guys, it’s okay? I need a lot of help, actually I don’t even know if that’s possible. The thing is, I created a page that has an iframe, so far so good, the problem is when I click the back…
-
0
votes1
answer563
viewsJquery does not work in the Mobile Browser
I have a responsive page to make an e-commerce and have the following code to add or remove quantity: // HTML <a class="menos" class='fas fa-minus-circle'><i></i></a> <p…
-
0
votes0
answers34
viewsFirefox and Edge add link in filter url() how to resolve?
I’m using filter in the CSS to make an effect, but since it is SVG Filter, I use filter: url('#id'); but in Firefox and Edge browsers they increment a path forward that ends up removing the effect.…
-
0
votes0
answers24
viewsHow to use the mongodb-stitch-browser-sdk Stitchappclientconfiguration in browser Javascript?
I tried to use the code to inform localAppNamelocal and localAppVersion in Javascript, but I can’t find any clear examples on the web. Someone with knowledge about Stitch can show us the right one?…
-
0
votes1
answer88
viewsVariable does not change in nodejs
I am developing a Node application for Guardhouse Communication (API) and I am having trouble changing the value of a variable. follows below the code: var net = require("net"); var express =…
-
0
votes1
answer45
viewsHow to detect functions in the browser
I am developing a web scrapper in python that will take the data of a stock chart every 30 min and send me an email telling me if the action has varied positively or negatively, however, I got the…
-
-1
votes1
answer71
viewsIs there a Debugger showing why my code does not run in a particular browser?
I used a lot of javascript/jquery to build a project, but I ended up testing only on Chrome (it’s running perfect), so I decided to test it in firefox and realized that several features are…
-
-1
votes1
answer184
viewsHow to send notifications from a website to the user via the Browser
Hi, I have a website on wordpress and would like to send notifications to the user by browser as in the image below: Is there any way to implement in wordpress? Need some specific plugin? I don’t…
-
-1
votes2
answers253
viewsHow many decimal places does the Browser accept or recognize?
I have seen more and more values with multiple decimal places in CSS styles. Then the question arose. Up to how many decimal places does CSS actually accept and Browser can render? Values like these…
-
-1
votes1
answer539
viewsSet different CSS size for each browser
I have a little problem with my code, in case I have a banner that in Chrome and Opera, it appears in the exact size of the entire screen, but in Edge and Mozilla it appears broken not occupying…
-
-1
votes1
answer70
viewsHow to make a menu with all gray background?
I want to make a menu like this in the photo only with a gray background. Css code: #menu ul{ position:absolute; list-style:none; text-transform:uppercase; left:-40px; top:54%; } li{ margin:-20px…
-
-1
votes1
answer31
viewsNotifying the Browser via backend
So, I’m making a method that generates a pdf, but since the file is large, I thought to "warn" the browser when the file is finished. This can be done with Signalr? thank you guys! abs