Hi there .. 
I have a link, which looks something like this:
Is it possible to get hold of the img src value directly. I can do it by parsing the contents of the link <a href>, but I wondered if there was a neater way of doing it ...
Thanks in advance ...
I have a link, which looks something like this:
Code:
<a href="page.jsp"><img src="test.jpg"></a>
Is it possible to get hold of the img src value directly. I can do it by parsing the contents of the link <a href>, but I wondered if there was a neater way of doing it ...
Thanks in advance ...