Viewing that page the error console reports:
Uncaught exception: TypeError: Cannot convert 'field' to object
Error thrown at line 159, column 1 in textCounter_rem(maxlimit) in
http://www.anoox.com/submit_confirm_...1271231172891:
if (field.value.length > maxlimit)
So opening the debugger (which all browsers except Firrefox have built in) and it shows that field = null.
Given that field was assigned the value document.getElementById('desc') a couple of lines earlier this means that there is no id="desc" in the page - which there isn't as the field you are trying to validate has id="description".
Bookmarks