D
David Chang
Hi I am new to javascript, and I would like to know if there's an easy to
access the picture links in an html document.
For example, there're two picture links in the following document.
<body>
.....
<a href="requestHref1"><img src="source1.gif"/></a>
....
<a href="requestHref2"><img src="source2.gif"/></a>
....
</body>
Is there a for me to retrieve information (requestHref1, source1.gif), and
(requestHref2, source2.gif) easily?
Your help is greatly appreciated!!
David
access the picture links in an html document.
For example, there're two picture links in the following document.
<body>
.....
<a href="requestHref1"><img src="source1.gif"/></a>
....
<a href="requestHref2"><img src="source2.gif"/></a>
....
</body>
Is there a for me to retrieve information (requestHref1, source1.gif), and
(requestHref2, source2.gif) easily?
Your help is greatly appreciated!!
David