Hi

 

I want to redirect a user from my page to another page after a certain time, I put this code in the dtml  page at the top I want to redirect from:

 

<dtml-call "REQUEST.RESPONSE.setHeader('Refresh', '5', ‘URL Address’)">

 

But although it does refresh after the timeout it stays in the same page instead of going to the address listed in URLAddress.

Anyone knows what I did wrong? Or I even did it the right way?