I found this solution:
https://www.ads-software.com/support/topic/66084
I implemented and tested it, and it worked very well. Or so I thought. Just today, I received a comment which was longer than what I had set as the maximum length. Luckily, all my comments are held in moderation, but it drove me a little crazy.
It turns out the code only works if javascript is enabled in the commenter’s web browser.
I suspect there should be a way around it with code that:
1. detects whether the browser supports javascript
a. if java enabled, uses the java version of the comment box
b. if java is not enabled, uses a text box with a set length size.
My blog doesn’t get too many comments (just the occasional very long one), so I probably won’t get around to trying to write that code for a while.
Does anyone else want to give it a shot in the meantime?