Posts by Madson Paulo • 65 points
5 posts
-
0
votes0
answers38
viewsQ: Run javascript after page exchange
Good morning. I have developed a script to run on a given web page, an action automation. [...] if (codigo == codigo1) { processar(codigo2); } else { if (quantAldeias > 0) {…
-
1
votes0
answers66
viewsQ: Unsafe content, JS audio
I am finishing a Javascript and only an audio execution is missing when a given event occurs. I am testing the following code: console.log('sobre audio'); var a = new…
javascriptasked Madson Paulo 65 -
2
votes1
answer320
viewsQ: How are Wordpress texts and content displayed from the PHP file?
I am learning PHP to change the company website, hosted on the server and already online. I have all the access, but I’m used only to HTML and CSS, and in the beginner’s researches and tutorials I…
-
0
votes3
answers363
viewsA: Javascript function does not respect loop conditions
Staff received many comments in a very short time, did not expect all this support, thank you very much, my problem was solved. The final code I’m using is: window.setInterval(function () {…
-
3
votes3
answers363
viewsQ: Javascript function does not respect loop conditions
Good afternoon, I’m new here and I’m using the Javascript Scratchpad of Mozila Firefox to execute codes Javascript. It will really meet my needs, however the stop condition of the while loop is not…