1 May
2000
1 May
'00
6:47 p.m.
Hi, I'm having problems trying to escape a double quotes in a DTML call. For example: <dtml-call "REQUEST.set('FUTURE_URL','<A href="adocument?id=133">click</A>' )"> The double quotes for the 'href' cause problems with the expression double quotes. I tried escaping with \" but this doesn't work either. Any suggestions? Thanks in advance.