From: Shannon W. <we...@ro...> - 2005-11-02 14:55:12
|
Mike Greer wrote: > I'd like to use rlib in a webapp i'm developing, and use the html output > to embed it in another page. Has anyone had any experience with this? > The problem is that Rlib always wants to open another page, whereas i'd > like to use the generated HTML inside of another page. Thank you in > advance. Hi Mike, Assuming PHP, you can tell rlib to suppress the new page tags like this: rlib_set_output_parameter($rlib, "suppress_head", "1"); We use this to embed the reports in our app as well. Shannon Roadsend, Inc. |