How to change background image through javascript.
document.getElementById("ddlAdminTemplateFiles").style.backgroundImage = "url('../images/Dropdown_Arrow_Disable.png')";
The above code is not working.please give me solutoin.i am not able to find where i am doing wromg
Go to the complete details ...