element78
01-01-2004, 08:31 PM
Say you have a string with the value of:
<html>
<body>
<a href=http://www.google.com/>Google</a><br>
<a href=http://www.yahoo.com/>Yahoo</a>
</body></html>
Is there any possible way of say grabbing those URLs and putting them into a listbox with Item Text as Google, and Item Data as http://www.google.com/ and so on?
I've run into a need for this several times, and never bothered to ask about it. But it sure would be nice to know. :)
<html>
<body>
<a href=http://www.google.com/>Google</a><br>
<a href=http://www.yahoo.com/>Yahoo</a>
</body></html>
Is there any possible way of say grabbing those URLs and putting them into a listbox with Item Text as Google, and Item Data as http://www.google.com/ and so on?
I've run into a need for this several times, and never bothered to ask about it. But it sure would be nice to know. :)