Before processing the submitted form, I do this.
<cfif StructIsEmpty(form)>
do a js back.
<cfabort>
</cfif>
Nick Han
>>> [EMAIL PROTECTED] 03/16/04 12:26PM >>>
We are experiencing random occurrences of the error message "element XXXXX undefined in form" when using MSIE 6.0. (XXXXX represents the names of various form variables and is always the first form variable referenced in the action file.) This problem cannot be duplicated using Netscape. When the error occurs, debugging reveals the scope variable section "Form Names" does not exist and thus indicating no form variables are passed through. The form is submitted without error about 95% of the time and of course, debugging displays the form names and values. When the error occurs, we can actually refresh the screen and the form variables are present again. (Of course, sometimes we must refresh the page a couple of times before the form variables are present.) This leads us to believe the form variables exist but for some reason cannot be interpreted by MSIE at random occurrences. This problem is not isolated to just one form either. It randomly occurs on numerous forms i!
n various applications.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

