Using Javascript, is there a standard way to get the absolute path of an image? img.getAttribute("src") only returns the src attribute as it was declared in the HTML.
Using Javascript, is there a standard way to get the absolute path of an
Share
Just do
.src.