Hi, I'm not sure exactly what your HTML souce looks like, but the following should work in most scenarios:
Insert in HEAD <!--[if gte mso 9]><xml> <o:DocumentProperties> <o:Author>Foo</o:Author> <o:LastAuthor>Bar</o:LastAuthor> <o:Revision>2</o:Revision> <o:Created>2006-07-17T06:55:00Z</o:Created> <o:LastSaved>2006-07-17T06:56:00Z</o:LastSaved> </o:DocumentProperties> </xml><![endif]--> Hope that helps! Jack > Hi, > > I use cfheader and cfcontent to render a MS Word Document to users. > When the users go to File > Properties > General. If I use "inline", > all the created, modified, and accessed dates are unknown. If I use > "attachment", they are all set to today date. Is there a way to keep > those properties to its original dates when it was created and last > modified? > Johnny ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246714 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

