I have a web app running on our local intranet. All workstations in the company have MS Word on their local machines.

At the moment, all reports are dumped to screen, in the browser, and printed from there. I've a request to build in the functionality to allow users to dump a report to a word document (which the users could, later, attach to an EMail message)

My current META TAG reads (in part)
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
I'm thought that if I change "content="text/html;" to "content="ms word;" that MS Word would open a new document and dump the report contents into it. I thought wrong. Am I at least on the correct track?

Also, could I have an If/Then/Else statement in a META tag which would change the content based on a user selection?