from Products.PythonScripts.standard import url_quote parameter_to_pass = url_quote("Jane Johnson") destination = 'MyTargetDTMLMethod' context.REQUEST.RESPONSE.redirect(destination + "?Name=" + parameter_to_pass) # In the DTML Method "MyTargetDTMLMethod" you can display the # Passed-in parameter like so: The Last Name is: