I have a requirement to convert javascript from 4.0 to 2011. I am not able to get any reference on how to convert the below code.
var s = event.srcElement.tagName;
Please help.!
Access to the DOM of the page directly is always an unsupported javascript.
If you post your code, so we can kno wwhat is actually doing, maybe we can find a supported way to get the result or an alternative solution.
My blog: www.crmanswers.net
Try:-
executionObj.getEventSource();
OR
executionObj.getEventSource().getValue();
Regards Faisal