1
Boas,
I have the following code, in a function Javascript
,
function(){
var noDataIcon = document.createElement("img");
noDataIcon.src = "~/Images/delete_database.png";
}
happened to give me error in src, can not find the image.
How do I solve this problem?
Thank you
Fix the image path the code is correct. :)
– Laerte
already corrected, it is in this folder, but still giving error
– Bruno Santos
"Images"... I think the "I" is tiny.
– Klaider
Thanks, it worked but I had to remove the ~
– Bruno Santos