I am running MS/IE Required field validation control and Regular Exp.
Controls for my Asp.Net application. Everything works fine under Windows OS
and IE. However, when running under RedHat (Fedora 2) with its default
browser, everything works fine with the exception that none of the
validation controls works! RH may not understand JS ? I thought Linux would
love JS ! or I must be doing something weird!
Thanks for your help,
John
Bruce Barker - 08 Aug 2005 20:32 GMT
vesion 1.0 and 1.1 of aps.net only support IE for client validation. this is
becuase the validation code uses the IE dom. Version 2.0 will support other
browsers.
-- bruce (sqlwork.com)
>I am running MS/IE Required field validation control and Regular Exp.
>Controls for my Asp.Net application. Everything works fine under Windows OS
[quoted text clipped - 6 lines]
>
> John
WJ - 09 Aug 2005 01:59 GMT
> vesion 1.0 and 1.1 of aps.net only support IE for client validation. this
> is becuase the validation code uses the IE dom. Version 2.0 will support
> other browsers.
Thanks Bruce for clarifying this! Them Vendors always trick you in buying
new stuffs !
John