[thelist] value attribute size limit?

rudy rudy937 at rogers.com
Fri Aug 29 18:37:48 CDT 2003


> I'm wondering if anyone knows the limit (if there is one) to the
> amount of characters that can be placed in value attribute of a
> hidden input field.

no idea

> I'm working with a project that is dealing with lots of client side
> data, and it would make things easier for me if I could place a long
> string of data in that field and not have to worry about data loss. I
> could then split it up on the server side to get what I need.

if you apportion the data into the right hidden fields, then your
server side logic won't have anything to split up, and you won't 
have to write any server side logic, will you

;o)

rudy



More information about the thelist mailing list