Javascript & dtml tags
Hi, Is there a way to include dtml tags with a javascript ? If there is please let me know. Best Regards, Kini. __________________________________________________ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/
Kini Natekar wrote:
Hi,
Is there a way to include dtml tags with a javascript ? If there is please let me know.
Are you sure you don't mean include javascript using dtml? DTML is parsed by the server, javascript by the client. I use dtml to build javascript (and in some cases, use dtml to build rxml that builds javascriprt ;). -- E PLURIBUS LINUX
* Kini Natekar <kininatekar@yahoo.com> [001121 07:36]:
Is there a way to include dtml tags with a javascript ? If there is please let me know.
if you mean, you want to insert a dtml tag into a document using javascript, then no. zope's a server-side technology; javascript is client-side. seb
participants (3)
-
Bill Anderson -
Kini Natekar -
seb bacon