> BUT i'm just relying on one variable in all pages.
>
> <input name=xxx type=checkbox value=selection1>
> <input name=xxx type=checkbox value=selection2>
> <input name=xxx type=checkbox value=selection3>
>
> Upon submission, $fdat(xxx) will just be a tab delimited string of
> selection1, selection2, selection3, and others.
>

You may also use hidden variables to pass the data between pages. If you
really use the same variable name for all pages it will get a little tricky.
Maybe it's better to use different names and concat them together when
saving them.

Look at eg/x/neu.htm for an example that uses hidden fields

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to