File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes HTML, CSS and JavaScript and the fly likes IFrame and word document Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "IFrame and word document" Watch "IFrame and word document" New topic
Author

IFrame and word document

Anand Krishnanandam
Greenhorn

Joined: May 23, 2006
Posts: 25
I'm using Iframe to view pdf, doc and img files. the pdf and img file open fine in the iframe but my doc file forces me to open MS word. Is this browser specific?? What should I do to open the word document in the iframe?
-Anand Kris
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26192
    
  66

Anand,
It's machine specific. If someone has their browser set to download word documents, it will open as a download not in the IFrame.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
Anand Krishnanandam
Greenhorn

Joined: May 23, 2006
Posts: 25
Thanks Jeanne.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: IFrame and word document
 
Similar Threads
Load a file(.pdf,.doc,.jpg) in same page
How to Print Document without opening document?
Word Doc to PDF
Read Word/PDF
Database update of opened file(doc or pdf)