Advanced HTML Editor 3 Support Product Page
Under consideration
Important ! Input Length !
Shared 14 Oct 2011 16:16:54
1
likes this idea
14 Oct 2011 16:16:54 Andreas Knapp posted:
Hi, how can i check for the length in the textarea. I only want that the user can put in 500 characters. Not the Universal Form Validator ASP 1.5.6 and not the jQuery-maxlenght Function i found on google can solve the problem.How can i check, that max. 500 characters can put in.
Universal Form Validator ASP 1.5.6 will not do the Job with:
dmxval1.AddRule "form1", "IP_TXTBM", "rangelengthcond", "0,200,,", "false", "", "", "", ""
also this will not work (Javascript ValidateForm.com)
if (theForm['IP_TXTBM'].value != ""{
if (theForm['IP_TXTBM'].value.length < 0 || theForm['IP_TXTBM'].value.length > 200){
errMsg = "";
setfocus = "['IP_TXTBM']";
}
}
also this will not work (jquery, google):
<script type="text/javascript" src="maxlength/jquery.maxlength.js"></script>
<script type="text/javascript">
$().ready(function(){
$("#IP_TXTBM".maxLength(200);
});
</script>
PLEASE HELP !!!!!
Replies
Replied 17 Oct 2011 10:58:02
17 Oct 2011 10:58:02 Vulcho Vulev replied:
Hello Andreas Knapp.
We will put your issue in the wishlist for the future updates!
We do not support any customizing of our codes.
Regards :
V.Vulev
We will put your issue in the wishlist for the future updates!
We do not support any customizing of our codes.
Regards :
V.Vulev