Kelly,
You might want think about using one centeral CGI or a Servlet to route
all of this incomming info to a database or a generated XML file for all
to see...shane at shanekinney.net for more info...
~Shane

On Fri, 3 Aug 2001, Mike Hicks wrote:

> "Kelly" <kelly at ncis.com> wrote:
> >
> > What I am wondering is. Is it possable to make a form with html. That
> > would be stored on multiple computers ( not on a web site).
> > They would fill in the form using a web browser. Then when done filling
> > in, may be multiple of the same form. Email the contence of this form to
> > one location? Then being able to view the individual forms?
>
> Not sure if this is what you're asking, but forms can be pointed at e-mail
> addresses by making the action= URL be a mailto: address.
>
> <form action="mailto:nobody at nowhere.com" method="post">
>
> The browser must be configured properly to send mail, and the mail that is
> sent goes out in the standard URL-encoded way (I think).
>
> --
>  _  _  _  _ _  ___    _ _  _  ___ _ _  __   This message made from
> / \/ \(_)| ' // ._\  / - \(_)/ ./| ' /(__   100% recycled photons
> \_||_/|_||_|_\\___/  \_-_/|_|\__\|_|_\ __)  and electrons.
> [ Mike Hicks | http://umn.edu/~hick0088/ | mailto:hick0088 at tc.umn.edu ]
>