Fill-out form support

marca@ncsa.uiuc.edu (Marc Andreessen)
Date: Sun, 5 Sep 93 04:47:40 -0500
From: marca@ncsa.uiuc.edu (Marc Andreessen)
Message-id: <9309050947.AA27819@wintermute.ncsa.uiuc.edu>
To: www-talk@nxoc01.cern.ch
Subject: Fill-out form support
In-reply-to: <9309050641.AA26079@wintermute.ncsa.uiuc.edu>
References: <9309050231.AA06656@sting.Berkeley.EDU>
	<9309050641.AA26079@wintermute.ncsa.uiuc.edu>
X-Md4-Signature: a83156bace1ab4a7fe3c4f37c43f7315
Status: RO
Marc Andreessen writes:
> Pei Y. Wei writes:
> > 	<LI><INPUT name="toppings" type="check" value="artichoke">Artichoke
> > 	<LI><INPUT name="toppings" type="check" value="mushroom">Mushroom
> > 	<LI><INPUT name="toppings" type="check" value="olive">Olive
> > 	<LI><INPUT name="toppings" type="check" value="pastrami">Pastrami
> 
> Following up my previous note, my suggestions leave unsolved the
> problem of how to represent a situation like the above, where a single
> name can have two or more values.  Two possibilities:
> 
> * Multiple name=value pairs with the name repeated each time.
> * A special syntax for representing multiple values; e.g. 
>   name=value|value|value
> 
> First one probably makes more sense, and parallels Pei's approach.

...........and in fact that's what we just implemented.  For the
latest on what we're doing for prerelease 3, see:

http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/Docs/fill-out-forms/overview.html

(It's changed considerably in the last couple of hours...)

Prerelease 3 will probably be released tomorrow (today -- Sunday --
whatever) for people to bang on; lots of things may not completely
work (Gopher, news, bulletproofness, etc.) but lots of things do
(including all the forms stuff detailed in that document).

Cheers,
Marc