Why does not my image on my desktop load my HTML page? I'm doing it through JavaScript, but just upload the images from the internet by putting the url.
This is my code:
function mostrar()
{
var src = "C:\Users\User\Desktop\fondo.jpg";
imagen1.src = src;
}