-
1
- #1
Hello,
I use the Web.Show_document('My_URL', '_TARGET') in a form to call some reports located on a web server. I always use the target '_BLANK' to open my documents in a new web browser and it works well.
My problem is when I want to open more than one document in a row. I call Web.Show_document() four times with different URLs so I expect that four new web browsers will open, but it not so simple. Only one browser window opens with four documents within. So I must use the BACK button from IE to navigate between my documents. Is there a way to open four new different web browsers ?
Additional infos:
- All documents are in .PDF format
- I use Win XP
- The form calls the Web.Show_document() method from a pll library
Thanks,
Cantor
I use the Web.Show_document('My_URL', '_TARGET') in a form to call some reports located on a web server. I always use the target '_BLANK' to open my documents in a new web browser and it works well.
My problem is when I want to open more than one document in a row. I call Web.Show_document() four times with different URLs so I expect that four new web browsers will open, but it not so simple. Only one browser window opens with four documents within. So I must use the BACK button from IE to navigate between my documents. Is there a way to open four new different web browsers ?
Additional infos:
- All documents are in .PDF format
- I use Win XP
- The form calls the Web.Show_document() method from a pll library
Thanks,
Cantor