> > I want to pass input from a DTML form to an external method. So far > > the DTML is actually just a plain HTML page: > <untested> try passing it the REQUEST object: > > def external-method(self, REQUEST): > """whatever""" > > </untested> <tested> Just what I needed! </tested> Thanks, -- Jacco