Hi,
I have a hyperlink used in a report where i am passing the url through a database column. The issue is when i click on the link in the viewer, it opens on the same window. Is there any way wherein we can make the link to open in a new window.
Srik
used the anchor tag in a column definition like this '<a href = "URL" target = "_blank"></a>'. then used a html item and took the source of the html item to the column defined above.
srik