Aseem Mohanty writes: > Is there a DTML equivalent for this: > > Globals.MessageDialog(title ='Bad E-mail', > message='The email is not in the correct form', > action =REQUEST['URL1']+'/form', > target ='') Look at its source code. It is easy to emulate.... However, I would use a Python script for the emulation... Dieter