Steven Tisseyre wrote: > Is there a way, that on a WEB page, once details are entered into a number > of text boxes, when you SUBMIT the page, it adds the text from these boxes > into a preformated word do***ent or a do***ent which is suitable for > printing. Yes, how you do that depends on the language you are writing your form handler in. I'd avoid Word though[1], you would be better off with RTF <http://search.cpan.org/~rrwo/RTF-Do***ent-0.64/Do***ent.pm>, PDF <http://search.cpan.org/~autrijus/PDF-Template-PDFAPI2-0.40_09/lib/PDF/Template.pm> or even plain old HTML <http://search.cpan.org/~mjd/Text-Template-1.44/lib/Text/Template.pm>. [1] Not everyone has software that can read it and it carries the risk of macro viruses. -- David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/> Home is where the ~/.bashrc is