G
GerryM
I have an asp page that creates an rtf string. If I use
Response.ContentType="application/msword"
Response.AddHeader "Content-Disposition","attachment; filename=Tablexx.rtf"
the page is downloaded, but all I get in MSWord is the rtf string, not the
page described by the rtf string.
What am I doing wrong?
Response.ContentType="application/msword"
Response.AddHeader "Content-Disposition","attachment; filename=Tablexx.rtf"
the page is downloaded, but all I get in MSWord is the rtf string, not the
page described by the rtf string.
What am I doing wrong?