Hello,
I'm trying to add send some HTML content to a word document from a mouseclick on a webpage. The HTML loads into the word doc fine, but the images won't show up.
My code looks like this:
<cfcontent type="application/msword" />
<cfheader name="Content-Disposition" value="Attachment; filename=ccbagenda.doc">
<cfoutput>#ccbagenda#</cfoutput>
Does anyone know how to get the image to display?
Thanks,
Peter![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)
I'm trying to add send some HTML content to a word document from a mouseclick on a webpage. The HTML loads into the word doc fine, but the images won't show up.
My code looks like this:
<cfcontent type="application/msword" />
<cfheader name="Content-Disposition" value="Attachment; filename=ccbagenda.doc">
<cfoutput>#ccbagenda#</cfoutput>
Does anyone know how to get the image to display?
Thanks,
Peter
![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)