I put up this code but it does not work.
What can I do?
What can I do?
Code:
<td style='width:200px;font-size: 12px ;border:solid 1px #ddd2c7; background-color:#fcfaf7; font-family:Verdana;' >
<a href=" + d["Email"] + "></a>
</td>
d["Email"] is email id retrieve from server.
Comment