12 Sep
2002
12 Sep
'02
8:44 a.m.
On Wednesday 11 September 2002 21:57, Aparajita Fishman wrote:
To make this trick work, you create a DTML Method index_html which contains the following:
<dtml-var index.html>
Your real code is then in index.html.
So, to have other pages work, you should double this several times: page001_html => page001.html page002_html => page002.html page003_html => page003.html page004_html => page004.html ... This is _ugly_. -- Regards, Bogdan If nothing else helps, read the documentation.