8 Feb
2004
8 Feb
'04
6:36 p.m.
John Poltorak wrote at 2004-2-8 01:04 +0000:
I've tried to put a DTML standard header into index_html but it doesn't access it.
Have I done something wrong?
What type of object is your "index_html"? It would need to be a DTML object (i.e. DTML Method or DTML Document) in order to do anything with a "DTML standard header" (whatever this may be). Note: it is wise to build your site with ZPT (rather than DTML). It is more orthogonal and therefore easier than DTML. -- Dieter