Fr wrote on 30 apr 2005 in comp.lang.javascript:
> I try to create a form where users put their information about
> themselves and i need to append this information it to another web
> page in the server.
> How to do that?
You will have to store the information serverside, so you will need a
server with thoe serverside coding capabilities, for instance with ASP
[coding in j[ava]script or vbscript] or with PHP.
The storing itself usually is done in a serverside database.
Clientside javascript cannot help you here.

Signature
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)