Display Remaining characters in Text Field

Hello,
it is possible to display with javascript or AJAX the remaining characters of a text input field with multiple lines in Scriptcase, or is there a global javascript to display this?

I want to Limit the field with 600 characters but the user doesn?t know the max. field size. At some websites there is a line whicht updates himself automatically with the remaining characters.
I can?t find this in the documentation. I want to help the user with this Information.

Thanks for help.

Did you search on Google? Im still a newbie so cant help out much but here are some sites that may help:

https://www.codedevelopr.com/articles/countdown-remaining-text-characters-in-an-html-text-input-with-jquery/

http://stackoverflow.com/questions/12742595/show-how-many-characters-remaining-in-a-html-text-box-using-javascript

http://programming-in-php.blogspot.com/2009/09/javascript-to-show-how-many-characters.html

Hope these help and good luck.

[QUOTE=gamer99;22122]Did you search on Google? Im still a newbie so cant help out much but here are some sites that may help:

https://www.codedevelopr.com/articles/countdown-remaining-text-characters-in-an-html-text-input-with-jquery/

http://stackoverflow.com/questions/12742595/show-how-many-characters-remaining-in-a-html-text-box-using-javascript

http://programming-in-php.blogspot.com/2009/09/javascript-to-show-how-many-characters.html

Hope these help and good luck.[/QUOTE]

Hello,
yes I search, but in SC I did not know if it is forms[0] and so on…
I must count the form characters by the form name, but I do not know if it is the Name of my field internal in Scriptcase.
document.forms[0].fieldname… is there in this case with any JavaScript no help from google