What is the "natural" number of allowed characters in an input field in html?
thanks a lot
addition due to the comments
i don't need to send it to the server via post or get. i am going to parse the string via JS.
So if the input is unlimited like @sAc says brings me to two further questions:
- What is the longest String JS can handle?
- what is the lowest amount of allowed characters for an input in common browsers?(which would be my limit than)