I want to insert images to the new cell just created. How can I do it? Can anyone guide me in doing it? Here\'s my code to insertcells:
function displayResult() { document.getElementById("myTable").rows[0].innerHTML="your image"; }
may be this can help,dynamicism can be achieved later on,just try if it works for now?