Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Issue in Printing Word Document in IE

Status
Not open for further replies.

brittocs

Programmer
Jun 19, 2004
17
US
Hi All,

I am facing an issue while Viewing and Printing Word Document in IE.
-----------------------------------------------------------------
<html>
<body>

<iframe src="firs.doc">
</iframe>

</body>
</html>
----------------------------------------------------------------
The above code displays the word document in wordviewer inside the IFRAME .
But when I try to print the word document , it prints blank.
How I would be able to get the word content while printing ?

Please help me in this issue.
Thanks in advance.

Brit
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top