Can anyone give me an example of displaying a word document in internet explorer using ASP. I believe I have to use the
Code:
	Response.ContentType="application/msword"
header but not sure how to implement it.

Thanks