Can anyone tell me how I can access the following line of HTML in JavaScript, please? I cannot seem to find the image object in JavaScript:
<td colspan="2" rowspan="5"><img src="../image/6765.jpg" width="330" height="130" />
The end result is that I want to change the images. Thanks for any help !