In my program, I'm adding images to the div tag dynamically based on the user uploads the images using innerHtml property.
I need to remove this images also while clicking that images by the user. How can we do that?
I have done like following.
div.innerHtml= "<img scr=''location' id="img01' onclick="RemoveMe();">
Since it is dynamically created how can we remove these images?
Mark this as answer, if it is.....
With regards
Nishithraj Narayanan