Since the PDF is dynamically generated, the source is the streamed result of the ajax request. The iframe has no way to submit a POST to a server,but instead, can I stream to the iframe somehow, the ajax response?
On Feb 8, 4:06 pm, Peter De Berdt <[email protected]> wrote: > 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 would trigger that iframe to load the PDF. > > Best regards > > Peter De Berdt -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
