Questions tagged as 'navegador'

1
answer

Add current page to browser bookmarks

The code below is working, but the technique is old and probably outdated vis-à-vis the current versions of browsers: function addFavorite( a, b ) { title = document.title; url = document.location; try { // Internet Explorer wind...
asked by 08.05.2015 / 18:54
1
answer

Ajax locking page exchange (LongPolling)

I am trying to complete a connection using Long Polling, where the browser sends a request to the server and is waiting for a response. To prevent this port from being infinitely open, I created a routine so that every 10 seconds the server send...
asked by 17.10.2014 / 16:03
1
answer

How to execute a javascript function in closing the browser?

I'm developing a web application and need to perform a function when the client clicks the browser's X or simply closes it. To be more specific, I need to execute an ajax call on this closing. Is there any way to do this?     
asked by 26.06.2014 / 22:29
1
answer

How does the process of rendering web pages by the browser work? [closed]

I know the DOM tree exists, but I do not know how rendering works. I know that learning this is important.     
asked by 05.03.2017 / 04:18
2
answers

Is there any way to debug by the browser to stop exactly in the line that is being executed?

I got a complex code for maintenance and noticed that a table is constantly updating causing page to slow down. I would like to know if you have any browsers option (chrome preference), which allows me to stop javascript execution and go to t...
asked by 16.09.2015 / 19:29
2
answers

Detect browser and redirect user

I have an animation problem in Safari and would like to know how to restrict the use of Safari of all versions without having to list one by one, for example if I were to redirect a version of < in> Internet Explorer would be: <!--[if IE...
asked by 05.11.2015 / 18:21
2
answers

How to display the http request from a browser, and the http response from the server

I would like this information to study full examples of https protocols with Cookie and Sessions, whether via Java Socket, PHP. If possible through the browser itself.     
asked by 07.08.2014 / 18:27
1
answer

Navigation bar with Company Name

How do I put the My Company name on the navigation bar like this on my site:     
asked by 28.11.2017 / 20:31
2
answers

Cross-browser conflict in window width

I'm working on a website, the problem is when the window is less than 500px, in Firefox navbar (navBar.css) appears one way (correct) and Chrome appears in another. How do I resolve this?     
asked by 11.03.2014 / 12:12
1
answer

What is rel="noopener"? Should I use it on all links on my site? Can it affect SEO?

I recently noticed that the rel property of the link can receive the noopener tribute, but I did not fully understand the advantages of using it ... <a href="http://example.com" target="_blank" rel="noopener">Exemplo de l...
asked by 21.12.2018 / 13:46