Hi,
Thanks Everyone. Resolved this error by updating the function to:
function ClearPurpose() {
var editor1 = document.getElementById('<%= UnSubscribeEditor1.ClientID %>');
try {
editor1.ExecCommand("TabEdit");
} catch (e) { };
}
Thanks and Regards
Yuvika