• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

displaying in browser

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everybody,
How can i open a pdf file within the browser rather than opening in separate acrobat window. When i click the link it call the servlet and then we redirect it to pdf File. But sometimes(means in some systems) it opens the PDF file with in the browser frame and sometimes in acrobat window.
Can anybody please tell me what should i do to open in browser frame.
Thank you,
bye,
vamsi.
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not a servlet problem...
Theres nothing you can do about this. It has to do with how the client's computer is set up to handle the given file type. It may be related to preferences in their browser/acrobat install or to the versions they are using.
 
reply
    Bookmark Topic Watch Topic
  • New Topic