[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] max character length - cgi-scripts
- Subject: RE: [cobalt-users] max character length - cgi-scripts
- From: "Dan Kriwitsky" <list1@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue May 13 08:31:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
>
> > 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.