IntelliJ Java IDE
The moose likes HTML, CSS and JavaScript and the fly likes Problem in displaying files in browser  Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Problem in displaying files in browser  " Watch "Problem in displaying files in browser  " New topic
Author

Problem in displaying files in browser

Chloe Loh
Greenhorn

Joined: Aug 27, 2002
Posts: 22
hi there,
has anyone tried to view some files(*.doc,*.xls,*.pdf) in the browser before?
I've tried to do it by this piece of code(<A HREF="testing.doc" Target="displayFrame" ><testing></A> , but it only works when it's pdf file. It doesn't work for MS office documents, it prompts a dialog box for me to save the file instead of displaying the file contents in browser, can anyone tell me how to solve it? Thanks a lot....
 
 
subject: Problem in displaying files in browser
 
developer file tools