R
Rick
I have a web service that retrieve a pdf file and streams the file into a
buffer passing the buffer on to the calling web page. This works perfect if
I use a button to submit a call to the web service and stream the file into
the calling web form, the problem I have is I need to open the streamed data
in a separate browser window keeping the initial calling web form open
..
I tried using Javascript to open an new window and on page load call the web
service, but doing this returns the buffer but does not post it to the
browser.
Any ideas on how to do this?
Thanks in advance,
Rick
buffer passing the buffer on to the calling web page. This works perfect if
I use a button to submit a call to the web service and stream the file into
the calling web form, the problem I have is I need to open the streamed data
in a separate browser window keeping the initial calling web form open
..
I tried using Javascript to open an new window and on page load call the web
service, but doing this returns the buffer but does not post it to the
browser.
Any ideas on how to do this?
Thanks in advance,
Rick