Forum .LRN Q&A: help with adp

Collapse
Posted by Vinh Chung on
Hi all,

i have this code in tcl file:
set output "<table><tr><td>Hello</td></tr></table>"

and in corresponding adp file:
@output@

but the browser output the whole actual string itself...instead of just Hello in html format.

How do i get it to recognise the html tag?

Pls help!

Vinh

Collapse
2: Re: help with adp (response to 1)
Posted by xx xx on
try @output;noquote@
Collapse
3: Re: help with adp (response to 1)
Posted by Vinh Chung on
thanks Aldert