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


LinkBack URL
About LinkBacks


