Questions tagged as 'navegador-web'

1
answer

what is the meta tag http-equiv="X-UA-Compatible" for?

I found the tag: <meta http-equiv="X-UA-Compatible" content="ie=edge" /> I know it works for compatibility, I found this page: link but I would like know if someone can give me a little more information on how it works. Thanks     
asked by 18.08.2017 / 22:46
1
answer

LESS instead of CSS

I have a question about the server part where the rendering of the styles, at least with Chrome and FireFox. And they use the .LESS instead of the .CSS. In development it's good to show them to me, since it's so much easier to know what to to...
asked by 16.03.2018 / 11:38
3
answers

How to download A pdf file in MVC 5 directly

I wish that when carrying out certain operations the file generated in pdf is downloaded directly and not displayed in the browser (chrome) byte[] fileBytes = System.IO.File.ReadAllBytes(@"\svr\dllo\Pendientes\" + nombrePDF); return Fi...
asked by 12.12.2016 / 15:16
2
answers

Horizontal scroll in Select for any browser

I want to add a horizontal scroll in a select element. The code that I show you below works properly in chrome, however it does not work in firefox or ie. <html> <head> <link rel="stylesheet" type="text/css" href="estilo.css"&...
asked by 13.10.2016 / 22:19
0
answers

Problem with href="#" [closed]

It has already happened to me several times that when using a href="#" (other href redirects work perfectly for me). Right now I have copied and modified an internet code. I have simplified it to the maximum and it does not work for me....
asked by 21.11.2018 / 18:26
2
answers

Sum with decimals in browser.

Can someone help me understand, because the sum of 2 numbers in the 3 browsers (Chrome, iExplorer and Edge) alters the result? In the image I display the examples that I tried. Some others give good, but those sought after at random, gives me...
asked by 16.11.2017 / 20:42
0
answers

Get the Browser Name [closed]

I am currently creating a script to send an error report of a certain application, for this I need to obtain the following parameters: Browser Name Version Operating System where Run I was using some properties but not all work the wa...
asked by 24.04.2017 / 23:04
0
answers

Scroll web multiframe in web browser Luakit

I have been using Luakit regularly for a few weeks. The truth is that for those of us who are used to using vim as a text editor is a little wonder. If you use awesome and you like Lua , it's the perfect combination. However some pag...
asked by 27.08.2016 / 14:43
2
answers

How to make a WebView save the web pages it loads?

I have an Android application in which a webView loads 3 different webs depending on 3 buttons in the interface of the application, I would like that when pressing another of the buttons if the page has been loaded before it does not reload I...
asked by 26.09.2016 / 10:05
2
answers

How to know if the tab is active?

How can I detect in the browser if the user has the tab (or tab) active ?. Is there any way? Let's say you want to log into the console every time you leave the tab only to know.     
asked by 16.10.2017 / 18:52