Archive for the ‘TextArea’ Category
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”);
}
You are currently browsing the archives for the TextArea category.
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS)