B
BTHOMASinOHIO
I am running through an almost completed Web App and thought I would
run it through Netscape for that 5% of users and WOW, Netscape doesn't
play nice with the app !!!!
Among many formatting issues (sizes, colors, etc), it seems that the
two functions (in JavaScipt) don't seem to be recognized in Netscape.
- "ValidatorEnable(RequiredFieldValidator, false);"
- "Page_ClientValidate();"
In stead I am having to write more Server side validation.
Are there additional options to:
ValidatorEnable() and Page_ClientValidate() ???
Thanks
run it through Netscape for that 5% of users and WOW, Netscape doesn't
play nice with the app !!!!
Among many formatting issues (sizes, colors, etc), it seems that the
two functions (in JavaScipt) don't seem to be recognized in Netscape.
- "ValidatorEnable(RequiredFieldValidator, false);"
- "Page_ClientValidate();"
In stead I am having to write more Server side validation.
Are there additional options to:
ValidatorEnable() and Page_ClientValidate() ???
Thanks