A
Alan in KY
I have a javascript function created by Matt Kruse that creates a
popup calendar that populates my field RequestedDate. It worked fine
until I added a numeric validator on another field (DeclaredValue) on
my form and an integer validator on another field (DockClearance).
Now the popup does not seem to execute. The behavior is consistent in
both Firefox 3.0.3 and IE7.
I do not receive an error in Firefox, but in IE7 I get the following
message. Line 130, char 1, Error:
'document.forms.FreightRequest.RequestedDate' is null or not an
object. Code 0
Where FreightRequest is the name of the form.
If I remove the validators it works again.
Any ideas about what the problem might be.
popup calendar that populates my field RequestedDate. It worked fine
until I added a numeric validator on another field (DeclaredValue) on
my form and an integer validator on another field (DockClearance).
Now the popup does not seem to execute. The behavior is consistent in
both Firefox 3.0.3 and IE7.
I do not receive an error in Firefox, but in IE7 I get the following
message. Line 130, char 1, Error:
'document.forms.FreightRequest.RequestedDate' is null or not an
object. Code 0
Where FreightRequest is the name of the form.
If I remove the validators it works again.
Any ideas about what the problem might be.