Questions tagged as 'navegador'

2
answers

Different session in browser tabs

I'm having trouble logging on to a system. What happens is the following: I opened the browser, accessed the system URL and logged in. At this point the "X" session is created. I opened a new browser tab, accessed the URL, and logged in wi...
asked by 30.09.2015 / 13:47
1
answer

How to add a bookmarklet with a specific favicon?

I made a small script bookmarklet and I'm trying to add a favicon, but I can not. It is in this bookmarklet that I want to implement a favicon - keepvid.com // Juntar a url ativa na barra de endereço, com url destino e redireciona...
asked by 03.07.2016 / 08:55
2
answers

Is it possible to zoom the browser with code?

Is there any way to change the browser zoom with JavaScript ? When loading script you would like to change the browser zoom to 100%, it can be using any (Angular, jQuery) framework. I would be very grateful if you could help....
asked by 10.11.2016 / 17:48
3
answers

Identify browser and its version

I did several searches on different sites but I still did not find a definitive solution and that right for all browsers I would like to know how I can identify the browser and its version using PHP. For example: IE 9 CHROME 39     
asked by 14.01.2015 / 14:20
1
answer

Block old browsers

Is there any way to block old browsers ? To be more direct: do not let these browsers, such as IE 6 access my site? I searched the internet and found no source on the subject.     
asked by 13.02.2016 / 21:44
1
answer

"The getPreventDefault () method should no longer be used. Instead, use defaultPrevented "

In some browsers, such as Google Chrome , always when in "mexo" in some element of the page, the following message appears:    event.returnValue is deprecated. Please use the standard event.preventDefault () instead Or:    Use of...
asked by 11.08.2015 / 13:39
1
answer

Is there any way to test a CSS animation by DevTools?

I have this simple animation made in CSS, but I'm having trouble with " debuggar " behavior. Every time I have to go in the code, save, and refresh in the browser. Is there any way to test a direct animation through DevTools? Type has to...
asked by 03.12.2018 / 12:19
2
answers

Is there a maximum size limit for an HTML page?

   Note: This question is not about code optimization. It is well known that browsers have a size limit for a URI. Is there any kind of limit for requesting / rendering an HTML file? Given a simple example, let's say an HTML page genera...
asked by 28.12.2015 / 09:08
1
answer

Carousel Content Affects SEO? Is the content of the hidden Carousel indexed?

I have a question regarding the Carousel and how its contents are indexed by crawlers . First, I believe most Carousel are not so friendly from the point of view of Accessibility . This in itself could already hurt the indexing of the conte...
asked by 03.01.2019 / 13:38
1
answer

Date formatting works in Chrome and does not work in Internet Explorer, or vice versa, with MVC C #

If I use it in the template [DisplayFormat(ApplyFormatInEditMode = true, DataFormatString = "{0:dd'/'MM'/'yyyy}")] public DateTime data { get; set; } It works fine in IE but does not work in Chrome . When I open the edit form, instead...
asked by 18.05.2015 / 17:10