http://dynamicscrminfo.blogspot.in/2013/07/how-to-integrate-crm-contact-data-based.html#comment-form
i copied the code from the above url to dynamic generated rows in html web resource i did it and now the main task is i need add url
to particular cells in the table
i tried this below syntax bt i could nt success
var row = table.insertRow(rowCount);
var cell1 = row.insertCell(0);
var element1 = document.createElement('a');
element1.href='http://www.microsoft.com';
cell1.innerText = ReleaseName;
document.body.appendChild(element1);
if u have any idea please help as soon as....
ms crm