|
Opeing multiple pdf files in different acrobat reader windows
By clicking a submit button i'm calling a javascript in a jsp which uses "window.open" function and opens a jsp. In this jsp i call a function for opening a pdf file using
"document.location.href". in this i have specified the URL to open this pdf.
Now i want that if after this pdf is opened, i again chose some option and click the submit button and a second pdf to opened. But right now if i click the submit button the second time, the second pdf replaces the older one in the same wondow. I want that the second pdf to be opened in separate window.
Actually the problem is that the pdf file is opening in the same Acrobat reader. I want that if i click the submit button second time or any number of times, it should open the pdf in different acrobat reader.
Please help to get me some idea
|