easy way to return HTML
Hi, I'm working on a product whose main function is to return a piece of dynamically generated HTML. Which is the best aproach to use to make the call from DTML as short and simple as possible ? -- If you understand what you're doing, you're not learning anything.
On Sun, 13 Jun 1999 18:52:17 +0300 (EEST), Petru Paler <ppetru@bv.ro> said: Petru> I'm working on a product whose main function is to return a Petru> piece of dynamically generated HTML. Which is the best aproach to Petru> use to make the call from DTML as short and simple as possible ? <!--#var "myExternalMethod( spam='eggs' )"--> or just <!--#var myDTMLMethod--> Or by product do you mean a "Zope Product"? Alex Rice | alrice@swcp.com | http://www.swcp.com/~alrice Current Location: N. Rio Grande Bioregion, Southwestern USA
<!--#var "myExternalMethod( spam='eggs' )"-->
or just
<!--#var myDTMLMethod-->
Or by product do you mean a "Zope Product"?
Yes, that's what I mean. -Petru Public key ID: 1024D/2485E7BA Fingerprint: AC43 AF0B 1E75 3441 9FB4 80F4 18AD 7C02 2485 E7BA
participants (2)
-
Alex Rice -
Petru Paler