SOLVED: using javascript in UDT
Posted: Mon Aug 06, 2007 8:04 am
Hello,
I hope someone can help me with a small chalenge I'm facing. I'm using javascript in UDT. The code is:
echo '
bla bla bla
var WINDOW_HTML = 'Het achterhuis.';
bla bla bla
';
however just before the start and the end of the div tag I need to use the symbol ' . This symbol closes the echo statement and return an error. Could anyone tell me what I need to use to prevent the echo from stopping?
I hope I explain my self well.
Thanks for your help.
Regards,
Robert.
I hope someone can help me with a small chalenge I'm facing. I'm using javascript in UDT. The code is:
echo '
bla bla bla
var WINDOW_HTML = 'Het achterhuis.';
bla bla bla
';
however just before the start and the end of the div tag I need to use the symbol ' . This symbol closes the echo statement and return an error. Could anyone tell me what I need to use to prevent the echo from stopping?
I hope I explain my self well.
Thanks for your help.
Regards,
Robert.