>I have 2 folders A & B. Method A is found in Folder A and method B is in >Folder B. > >Folder A > |_ method A > >Folder B > |_ method B > >What is the construct for <dtml-call "RESPONSE.redirect( 'Folder A/method >A' )">. > Assuming you call it from FolderB/MethodB: <dtml-call "RESPONSE.redirect( '../FolderA/methodA' )">