[Zope] Newbie question - product embedding
Dan L. Pierson
dan@sol.control.com
Tue, 28 Mar 2000 11:43:08 -0500 (EST)
Michal Bukovjan writes:
> ... some simple HTML ...
> <br>
> <dtml-var name="my_sample_poll">
> <br>
> .. some more simple HTML ...
This works for me:
<dtml-with right_poll>
<dtml-var index_html>
</dtml-with>
Of course you'll have to modify the poll's index_html document to
remove all of the full page stuff because you only want a table cell
for rightbox items.
Dan Pierson, <dan@control.com>