is there are any easier way to remove eval() with different methods as I have a used alot in my code but it fails CSP.
sample code: eval(“documents.forms[0].byr”+x).disabled=false;
$(‘form:eq(0) [name=”byr’ + x + ‘”]’).prop(‘disabled’, false);
New contributor
karnan thenmozhi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.