Hello,
My problem is fairly simple :
I'd like to pass a message from one page to another, and this message must keep the retrun carriages... unfortunatly, I didn't manage to do it :
- if if put some \n, they are just ignored in the target page
I must add that the message is printed in a textarea in the first page, so I can't but <BR> because they would be printed in the textarea...
Has anyone managed to solve that issue ?
Thank you.