I have an more_info.png file stored in a Zimlet. How do I have that image appear in a Zimlet dialog using
JS?
Code:
var div = document.createElement("div");
div.innerHTML = '<img src="more_info.png">' All that appears in the dialog is a broken image item.
Matt