What I have is a website on a remote server which collects data from clients and stores it in a client cookie using javascript. I now want to bring that data via the server to my remote desktop, for inclusion into an offline Access db. This is for offline statistical work only, and I have no need for online db capability, and would prefer to avoid it. I also need to format that client data, currently accessible as javascript variables, into a db record format, either before sending or after. Should I use a form/mail CGI/Perl script? Where can I get one that will allow me to format the variables as fields in a record? Is there a smarter way to do it? Any help will be much appreciated. Thanks.