I'm working on a Coldfusion app that seemed simple to begin with but I've got an error that will not go away but does not seem to harm anything. Everything still works fine but when I submit my form a Javascript error pops up like this:
A Runtime Error has occurred
Do you wish to Debug?
line: 19
Error: 'value.length' is not an object
I am not using any of my own javascript it is all ColdFusion . From what little I know of Javascript it looks like it is trying to verify that there is content in a variable called value.length.
If Anyone can help with this I would really appreciate it.
A Runtime Error has occurred
Do you wish to Debug?
line: 19
Error: 'value.length' is not an object
I am not using any of my own javascript it is all ColdFusion . From what little I know of Javascript it looks like it is trying to verify that there is content in a variable called value.length.
If Anyone can help with this I would really appreciate it.