From: Bob D. <bd...@si...> - 2005-11-02 14:37:06
|
On Tue, 2005-11-01 at 19:25 -0600, 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. You probably want: rlib_set_output_parameter(r, "suppress_head", "yes"); - bob |