In a report I have the variable vURL = ('<a href="' + ColumnName +
'">Some Text</a>').

If I print the report in html format it will display something like this
<a href="http://www.ebay.com";>Test</a> 
but if I right click on the page and go into view source it displays
&lta href="http://www.ebay.com"&gtTest&lt/a&gt.  


Is there an option to prevent the '<' from changing into '&lt' and '>'
changing into '&gt' in the source code of the webpage because if I
change '&lta' to '<'  and '&gt' to '>'  in the source code of the
webpage I can get a working hyperlink

Reply via email to