Questions tagged as 'navegador'

1
answer

How to change http accept language in Firefox Developer Edition?

I'm developing a site that should work for Portuguese and English - preferably automatically. For PHP I already got HTTP-ACCEPT-LANGUAGE, and now I have to start testing the code that will direct the content according to the language the browser...
asked by 03.03.2017 / 00:10
1
answer

Block mobile browser popup by pressing screen element

Description: A friend is developing an application where a web page is accessed and when interacting with the elements is sent to a PHP commands file to manipulate a robot with Arduino . For now we are doing only connect the le...
asked by 26.02.2017 / 01:53
2
answers

Problem: Session does not work on some browsers / PCs

Hello, I would like some guidance, or the direction of the path that I must follow to solve my problem. I'm having trouble with the Session on some PCs and phones. For example: PC-A (Ubuntu): works PC-B (Win7): works PC-C (WinX...
asked by 20.09.2016 / 20:05
0
answers

Load * .pdf file into a JSP page

I was able to open a page from a * .pdf file in Acrobat by java from this code: try { File pdfFile = new File("C:\testes\teste.pdf"); if (pdfFile.exists()) { String cmd = "C:\Program Files (x86)\Adobe\Acrobat Reade...
asked by 19.08.2016 / 18:44
0
answers

Providing hidden webservice

I have a question and I need your help. I have some webservices that require by client request that are not accessed by the browser but can be accessed by url if they type all the way plus the parameters. That is, if the user tries to view the w...
asked by 02.05.2016 / 21:55
1
answer

Creating Unique Jquery Actions for a Browser

Good afternoon! I would like to know if it is possible to create a function with Jquery unique to a specific browser For example: $(document).ready(function(e) { $("#imagens a").click(function(e) { var id = $(this).prop(...
asked by 19.04.2016 / 19:01
0
answers

Upload php page via FTP but the page does not leave the server cache

I have the following problem .. I have a website with pages in php, javascripts .. everything working fine .. But I had to make a simple change in the html code of a php page. I uploaded the file via FTP, replacing the previous file .. except...
asked by 02.03.2016 / 19:48
1
answer

Dropdown-nav remove the "hover" and appear complete listing of the menus

Good people, I have another difficulty that I can not solve, my dropdown menu works with hover, but when it comes to toogle I would like the submenus in x to appear with the hover to be type list, but I am not able to Follow the image of h...
asked by 18.05.2015 / 13:02
2
answers

How many decimal places does the CSS browser support or recognize?

I've seen more and more values with multiple decimal places in CSS styles. Then came the doubt. How many decimal places does CSS actually accept and can the browser render? How well do these values work? width: 8.33333333%; (Grid do Bootstr...
asked by 10.03.2018 / 19:57
1
answer

How to send notifications of a site to the user through Browser [closed]

Hello, I have a website in wordpress and would like to send notifications to the user via the browser like in the image below: Is there any way to implement in wordpress? Need some specific plugin? I do not have much knowledge so help...
asked by 12.08.2016 / 03:41