T
Tim
Need help! I am a little stuck. I am trying to get the string
representation of a object that I created in memory.
var fieldImage = document.createElement("img");
fieldImage.src = domObj.fieldImage;
I am trying to get the formatted string for: fieldImage like "<img
src="...."/>" but don't see a method to do that.
Ideas? Help!
representation of a object that I created in memory.
var fieldImage = document.createElement("img");
fieldImage.src = domObj.fieldImage;
I am trying to get the formatted string for: fieldImage like "<img
src="...."/>" but don't see a method to do that.
Ideas? Help!