0
How do I fix an uncaught error: maximum call stack size exceeded
This happens when I try to use a confirm box along with a button on a login page , using JavaScript
2 ответов
+ 1
Write clear code with white spacing. You may easily find mistake in your code.
0
I was trying to tether a confirm box to a button. Like for login pages , when I use an alert or prompt box it goes well.