Posts by Daniel De Santana Sforzim • 17 points
2 posts
-
-2
votes2
answers117
viewsQ: Why does it return TRUE and not FALSE?
<html> <head> <title></title> <script type="text/javascript"> var a = 0; var b = a == 0; function aoba() { document.getElementById('zbox').value = a;…
javascriptasked Daniel De Santana Sforzim 17 -
1
votes3
answers116
viewsQ: Why can’t Javascript find a page tag?
I have a simple question: Why mine alert does not display the attribute value name button? Strangely if I insert javascript code after tag <button> the alert works normally. Follow the code…
javascriptasked Daniel De Santana Sforzim 17