I'm glad someone else has been having this problem. I have been getting this
same problem also and was beginning to pull my hair out...


So did you go back place the validation code for every form you have on all
your sites?   If so did that solve it?


<cfif StructIsEmpty(form)>
  do a js back.
  <cfabort>
</cfif>
-----Original Message-----
From: Nick Han [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 16, 2004 4:41 PM
To: CF-Talk
Subject: Re: "Undefined in Form" when using MSIE

I have had the same problem with my sites and raised the subject in this
list before.  I guess there's no real fix as far as a patch to fix IE.  The
kluge I have to prevent the processing page from erring out on a post
action, when this mysterious bug occurs.

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]

Reply via email to