Word and FP2000

S

skc

I have a Template in Word saved as a .doc.

I have created a form which a user fills in (called
form.asp), and this form directs to doc.asp - where each
of the fields from form.asp are requested using <%
=Request.Form("xxx")%>.

How do I load up the .doc as a Microsoft Word document
within my site with all the fields filled in from the
form??? This word doc can then be saved on the user's
local HDD.

Please help.

skc
 
Top