Hi
I have a row in the table.
<td><a href="somevalue1"><img src="somevalue2"></td>
Is it possible to write a java script to dynamically change the value of href and src. i.e I have program when mouseover on a certain row, the values of the above href and src must be decided by the java script. Can this be done by javascript.(how to identify a href and src of this td and pass the value through java script)
Please help me. I am really wondering how to do this.
Thanks for any suggestion
I have a row in the table.
<td><a href="somevalue1"><img src="somevalue2"></td>
Is it possible to write a java script to dynamically change the value of href and src. i.e I have program when mouseover on a certain row, the values of the above href and src must be decided by the java script. Can this be done by javascript.(how to identify a href and src of this td and pass the value through java script)
Please help me. I am really wondering how to do this.
Thanks for any suggestion