Posts Tagged ‘TextArea’

How to limit the character entered in TextArea

Sample HTML:

Javascript:

function limit(oTextArea) {
return oTextArea.value.length != oTextArea.getAttribute(“maxlength”);
}

, ,

No Comments



SetPageWidth