Questions tagged as 'firefox'

2
answers

Problems with the mozilla browser

I have a problem; I have a method to generate an excel from a table and it works but in Google Chrome, however I will try in mozilla and it does not work ... Any suggestions? CODE <title>Reportes Equipo</title> <meta chars...
asked by 17.05.2017 / 23:40
1
answer

Assign cookies in GET order with XMLHttpRequest

I am trying to assign a cookie in a GET request, in an order XMLHttpRequest . My code is as follows: var pedido = new XMLHttpRequest() pedido.open("GET","https://www.google.com/complete/search") pedido.setRequestHeader("Cookie","SSI...
asked by 21.09.2018 / 18:32
1
answer

File upload does not work in Firefox

I have been working on an online storage server via the web. I have developed all the functionality of the system using servlets and I have all file management working. The problem is that the file upload does not work in the Firefox brow...
asked by 21.01.2017 / 17:17
1
answer

How do I open a page created with javascript?

I was writing a plugin for firefox in which I generate an html with the page in which the plugin acts and I want to show my html generated in another new page, what I have tried has a form quite similar to the following: function crearHTML(){...
asked by 22.06.2018 / 22:28
2
answers

SELENIUM problem when trying to connect to the firefox driver

/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package test; import com.gargoylesoftware.htmlunit.javascrip...
asked by 10.07.2017 / 20:58
0
answers

Problems with 000webhost

You see, I already did my laravel project, called Andalucia Games File and I have uploaded it to a 000webhost server. The problem is that it is giving me several security problems, probably because I use a free server. Basically, I skip the secu...
asked by 18.08.2018 / 16:53
1
answer

CSS compatible in all browsers?

Good morning, I have the following style in css for a button and for a combobox, when viewing them in mozilla 57.0.2 the blank button and the combobox with blank options appear. What should I add or change to be compatible in this browser?...
asked by 05.01.2018 / 23:57
1
answer

When making changes to HTML or CSS, they are not visible on the page

When I make changes to a website that is already running, end users for the browser cache issue, do not see the changes immediately until they clear the browser cache or enter incognito mode. There will be some solution so that when making ch...
asked by 21.11.2018 / 17:55
1
answer

How to copy a text from a hidden in firefox

the script is as follows: <script type="text/javascript"> $(".cpyBtn").click(function () { $.ajax({ url: '@Url.Action("GetPassword","Credential")', type: "get", data: { idCr...
asked by 04.04.2018 / 13:10
1
answer

SVG with height auto not shown in firefox

With an image in svg format I am having problems applying this CSS: width: 100%; height: auto; display: block; margin: 0 auto; max-width: 128px; max-height: 128px; The image appears in all browsers except Firefox....
asked by 20.11.2017 / 16:17