A
AAaron123
I need to have people generate html to place on a page.
In the simplest case it would simply be inserted into a DIV or similar
element.
It would also be nice to insert it into an ajax accordion.
I can't simply insert the entire html because it would have a HEAD and BODY
tag that needs to be stripped.
I'd like the style of the page to be refleced in the inserted data so I
can't use an iframe.
How can I do that.
Or is there a better way to enable non-programmers to provide data for
insertion on to a page?
Thanks
In the simplest case it would simply be inserted into a DIV or similar
element.
It would also be nice to insert it into an ajax accordion.
I can't simply insert the entire html because it would have a HEAD and BODY
tag that needs to be stripped.
I'd like the style of the page to be refleced in the inserted data so I
can't use an iframe.
How can I do that.
Or is there a better way to enable non-programmers to provide data for
insertion on to a page?
Thanks