Hi Guys...
I have this below piece of code...
Response.Write "<a href='#' title='"&comments(i)&"'> "&commentID&" </a>"
It works fine and displays the comments in a cute little box when the mouse is placed on commentID but....
when comments contain an apostrophe... i get the comments truncated at the apostrophe and displayed in the box...
How can i display the whole comments even if it contains an apostrophe?
Thanks
-VJ
I have this below piece of code...
Response.Write "<a href='#' title='"&comments(i)&"'> "&commentID&" </a>"
It works fine and displays the comments in a cute little box when the mouse is placed on commentID but....
when comments contain an apostrophe... i get the comments truncated at the apostrophe and displayed in the box...
How can i display the whole comments even if it contains an apostrophe?
Thanks
-VJ