Problem with the Web.Show_document method [message #82691] |
Mon, 23 June 2003 07:53 |
Cantor
Messages: 3 Registered: June 2003
|
Junior Member |
|
|
Hi,
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 work with Form Builder 6.0
- The form calls the Web.Show_document() method from a pll library
- I use Win XP
Thanks,
Cantor
|
|
|