RE: PDF file in browser

2003-12-29 Thread shirishchandra.sakhare
PM To: Struts Users Mailing List Subject: Re: PDF file in browser You 're forgetting two things... 1- He wants to show a pdf file in a new browser to do that, you must set the apropiate target into de A tag... xxx target="_blank" will open the link in a new window. 2- Thi

Re: PDF file in browser

2003-12-24 Thread Martin Gainty
L PROTECTED]> Sent: Wednesday, December 24, 2003 8:33 AM Subject: Re: PDF file in browser > You 're forgetting two things... > > 1- He wants to show a pdf file in a new browser > to do that, you must set the apropiate target into de A tag... > > xxx > > target="

Re: PDF file in browser

2003-12-24 Thread hernux
rnux - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 24, 2003 7:17 AM Subject: RE: PDF file in browser Hi, Also do not forget to set the header so that the save as dialogue box is displayed in IE...For that you have to se

RE: PDF file in browser

2003-12-24 Thread shirishchandra.sakhare
servlet..Just use another action like we do..This way you can use all the existing framwroek..Like authorisation etc -Original Message- From: Surachai Locharoen [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 24, 2003 10:41 PM To: Struts Users Mailing List Subject: Re: PDF file

Re: PDF file in browser

2003-12-23 Thread Surachai Locharoen
"Struts Users Mailing List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, December 23, 2003 9:53 PM Subject: RE: PDF file in browser > if you can reveal the location of the PDFs on your web server. > Simply put your pdfs under a www/app.com/pdfs/*.pdf and give

RE: PDF file in browser

2003-12-23 Thread Navjot Singh
if you can reveal the location of the PDFs on your web server. Simply put your pdfs under a www/app.com/pdfs/*.pdf and give them links as you want. if you wish to maintain some security. 1. send a request to a servlet wit some pdf code or file name 2. open the given file from the file system where