I am pretty new to Javascript, and I was trying somethings out. I am using a function to load an image inside a table using innerHTML. But the image does not show up, unless
you aren't adding the image src. and it should be href='#'it should be like this
href='#'
function show(){ document.getElementById('imageHolder1').innerHTML=""; }