Posts by Rodrigo M. • 1 point
2 posts
-
0
votes1
answer409
viewsA: Javascript only works with the IE Bugger
I solved, the problem was that I had a form and its id was equal to the name of my javascript function. For example: <form id="login" onsubmit="login()"> ... <\form> And in my…
-
-1
votes1
answer409
viewsQ: Javascript only works with the IE Bugger
Hello. I have a JS code that works perfectly in other browsers, however, in IE only works with the Debugger (F12) activated. Follow an excerpt from my JS: <script…