What's a maximum call stack size exceeded error …
https://stackoverflow.com/questions/53772798/whats-a-maximum-call-stack-size-exceeded-error-and-how-to-fix-it
The Maximum call stack size exceeded. appears when you enter something like an infinite loop of function! Check a better example here In your <body> you are typing: onload="onload ();" and that's the reason of your problem because onload is calling itself, over and over. Try to remove it from your code, and the error will be disappeared. Reviews: 11
Reviews: 11
DA: 62 PA: 78 MOZ Rank: 7