I wonder if you can detect the following situation:
We have an intranet (from a directory) that is loaded through a given address: http: intr.abcdabcd.abc.br
We have a global INTRANET, within the first page of the Global intranet, the D...
I have this code where I'm getting the values correctly from the form (I made a alert with each item and it's getting right). But when saving the variable the sum is not right, when I give alert in sum it appears NaN . Here's...
How can I identify that Google Chrome for the user accessing my site has a certain extension installed.
For example, if you have the extension of Glogo.com/Itau, etc. ..
I need to check this to display or not a banner for extension installati...
I want to put PHP code in a JavaScript file, it is not an HTML file. Like for example here:
document.getElementById('lbljour').innerHTML = "Jour " + date_today;
With the PHP code would it be something like this?
document.getElementByI...
I have an object (Questions) and I want another object (Answers) to be added to it according to a common id.
var Perguntas = [
{ idPergunta: 13, textoPergunta: "Qual seu nome" , Respostas : [] },
{ idPergunta: 26, textoPergunta: "Qual...
I have a <input/> in HTML that when I fill up some calculations to automatically fill the other inputs , but if I do not fill in the data this <input/> that triggers the Javascript function the value of the following...
I need some help to convert and add fields formatted as currency coming in this format "1,568,78"
I have a code that sums an array of plots and checks if it is equal to the total phallus of the invoice I got here after several queries in user...
Situation
I was performing some maintenance on JS.
And a certain function put a return in the middle of it, because the rest was no longer necessary.
In seeing the comment on the rest or delete, I kept the code there.
When reloading th...