function ValidateContentText(source, args) {
var fckBody1 = FCKeditorAPI.GetInstance('<%=txtproduct_detail.ClientID%>');
args.IsValid = fckBody1.GetXHTML(true) != "";
}
SetFocusOnError="true" Display="dynamic" ErrorMessage="*" ClientValidationFunction="ValidateContentText"
ValidateEmptyText="true">
i used this code, it work in Firefox but not in google Chrome
please help me
Replies
Know the answer? Post it — somebody with the same question will find it here.