[thelist] limit the size on entry on multiline text areas

Rory.Plaire at wahchang.com Rory.Plaire at wahchang.com
Thu Sep 6 15:50:29 CDT 2001


| Does anyone know if
| that script still exists, or how to modify this one?


Scott, 

I think something like:

document.form[num].textarea.value =
document.form[num].textarea.value.substr(0,
document.form[num].textarea.value.length-2);

...but this could be a one-off error.

<rory disposition="merrily" alt="8)"/>





More information about the thelist mailing list