Hi All,
I want to limit the number of chracters entered into a multi line text box 500. i tried
<script type="text/javascript">
getFormWarpRequest()._textEditBoxP_Analyst.maxLength=500;
</script>
but not working in mult line textbox.
please suggest
Do you want to limit the length of each line to 500 characters, or do you want the total length of the text box to be limited to 500 characters?
Total charaters to be 500 in textbox