Posts by SirGallifrey • 9 points
2 posts
-
0
votes1
answer378
viewsA: Div with Hide and iframe inside, but link does not open
I believe the problem is your iframe code. If you click on a link inside an iframe the default behavior and open the new window inside the iframe itself (which you just hid). To solve this you can…
-
0
votes3
answers1884
viewsA: Javascript timer
example using only setTimout and considering that you have an element with id="counter" jsFiddle function contar(numeroAtual) { document.getElementById('contador').textContent = numeroAtual; if…
javascriptanswered SirGallifrey 9