error: [onChange script error: RangeError: Maximum call stack size exceeded
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2024 02:52 AM
I write a string convert code.
but when I call it through form, I got an error below.
onChange script error: RangeError: Maximum call stack size exceeded function () { [native code] }
can anyone help me.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2024 08:58 PM
Hi @Amit Verma
I give up the script include through GlideAjax.
I found that the original onChange script can return the correct result
except that it shows a field error as the subject to me.
So I just call g_form.hideFieldMsg to hide the error and ignored it.
Maybe it's not a good way to solve it.
If you have any other good ideas, please kindly give me a reply.