mattquantic
Programmer
Hi. When using:
document.getElementById('theimageid').src = "root to the image";
The image does seams to load, but not show. If I click properties the url is correct. If I select 'show image' from the right click menu - the image appears correctly.
Has anyone else had this issue when trying to load and control images using JS?
Has anyone found a working workaround?
M@)
document.getElementById('theimageid').src = "root to the image";
The image does seams to load, but not show. If I click properties the url is correct. If I select 'show image' from the right click menu - the image appears correctly.
Has anyone else had this issue when trying to load and control images using JS?
Has anyone found a working workaround?
M@)