Posts Tagged ‘TextArea’
How to limit the character entered in TextArea
Sample HTML:
Javascript:
function limit(oTextArea) {
return oTextArea.value.length != oTextArea.getAttribute(“maxlength”);
}
Sample HTML:
Javascript:
function limit(oTextArea) {
return oTextArea.value.length != oTextArea.getAttribute(“maxlength”);
}
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS)