MrAtheist
07-15-2009, 12:41 AM
I found this on the other site and I'm just gonna kinda copy & paste...
<table id ="this" >
<tr>
<td><img /></td>
<td><img /></td>
<td><img /></td>
<td><img /></td>
</tr>
</table>
I'm looking for a js function to return all the imgs in that table. Then I'm gonna do setattribute('src',.....)
Any input would be great.
<table id ="this" >
<tr>
<td><img /></td>
<td><img /></td>
<td><img /></td>
<td><img /></td>
</tr>
</table>
I'm looking for a js function to return all the imgs in that table. Then I'm gonna do setattribute('src',.....)
Any input would be great.