I am a begginner, so please bear with me.
I would like to insert myimg="images/shoe1_big.jpg" to img tag which
generated dynamically. Is there any way I can do it with mootools?
I tried this but I knew it won't work.
document.getElementById("shop").getElementsByTagName("td")[2].getElementsByTagName("img")[0].myimg
= "images/shoe1_big.jpg";
Thanks in advance.
--
View this message in context:
http://n2.nabble.com/Is-there-any-way-I-can-insert-in-img-tag--tp1123375p1123375.html
Sent from the MooTools Users mailing list archive at Nabble.com.