[Proto-Scripty] Ajax Request PDF to IFRAME

2010-02-08 Thread kstubs
I'm fetching (with Ajax call) a dynamic PDF from the server and would like the results to load into an Iframe (or other html embeded/ object). Is this possible? Karl.. -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to

Re: [Proto-Scripty] Ajax Request PDF to IFRAME

2010-02-08 Thread Peter De Berdt
On 08 Feb 2010, at 23:34, kstubs wrote: I'm fetching (with Ajax call) a dynamic PDF from the server and would like the results to load into an Iframe (or other html embeded/ object). Is this possible? You should be able to set the location or src of the iframe from an Ajax call, which