You are here: irt.org | BBS | Re: JavaScript error [This BBS is closed]
Posted by Dan on August 28, 1998 at 14:06:21:
In Reply to: JavaScript error posted by Kevin B. McCormack on August 28, 1998 at 08:34:14:
: I created a multiform survey that uses a hidden form called "controlForm" to gather the answers. When I try to post to the hidden form, I get a JavaScript error "controlForm.dayOff is read-only". Where can I go to get the definitions of JavaScript errors?
Without the code, my guess would be your are using "=" instead of "==" on the form validation. "=" assigns a value and you are probably trying to change a property of something that cannot be changed.
Follow-ups:
You are here: irt.org | BBS | Re: JavaScript error [This BBS is closed]