| Author |
Load a file(.pdf,.doc,.jpg) in same page
|
Anand Krishnanandam
Greenhorn
Joined: May 23, 2006
Posts: 25
|
|
I want to know a best way to view a file of any type (.pdf,.doc,.jpg,.tiff) on to the same page instead of opening a new window. Example : If I click a button to open a pdf, it should open right below the button. Thanks, Nithya.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56205
|
|
|
Open it in an iframe.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Anand Krishnanandam
Greenhorn
Joined: May 23, 2006
Posts: 25
|
|
|
Thanks a lot.
|
 |
Anand Krishnanandam
Greenhorn
Joined: May 23, 2006
Posts: 25
|
|
I'm able to load the pdf files to the Iframe but not the doc files. They open using the MS word. Do I need to treat the doc files differently, so that they can be loaded in the IFrame. Thanks for any help. Anand.
|
 |
 |
|
|
subject: Load a file(.pdf,.doc,.jpg) in same page
|
|
|