[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] max character length - cgi-scripts



> 
> > Any form fields that is over 
> the amount 
> > of characters (about 600 or 9 lines) gets chopped
> > up when they information arrives by emails - it adds in a 
> character "!" and
> > then starts on the next line.
> 
> And the answer is best found in an html book, manual or 
> web-resource on forms.  Or even in a list for webmasters.
> 

FYI: http://www.calstatela.edu/library/bi/ssotton/htmltutrforms.htm

WRAP controls word wrapping in the Textarea box. Wrap is supported only
by NetscapeR (NS) and Internet ExplorerR (IE) and their implementations
use different names. 
off(NS, IE) turns off text wrapping -- text scrolls until the Enter key
is pressed. (default NS). 
soft(NS)/virtual(IE) causes text to wrap at the edge of the Textarea box
but does not include these wraps as carriage returns when the data is
sent to the server. (default IE) 
hard(NS)/physical(IE) causes text to wrap at the edge of the Textarea
box and includes these wraps as carriage returns when the data is sent
to the server.

-- 
C2003 Dan Kriwitsky

Please reply to the list only. Off list replies are not read.