All,
If I have a URL and the URL has certain id's or classes in a div or span, does anyone have any good code to find these? For example, I want to find a span like <span class="street-address">1234 Old Road</span> and I want the data in the span for that. Say there is also another scenario like <div id="bizUrl"><a href="http://www.codingforum.net">Coding Forum</a></div> then in that case I'd like to take the href variable etc.
Any ideas on the best way to do something like this?
Thanks in advance!
If I have a URL and the URL has certain id's or classes in a div or span, does anyone have any good code to find these? For example, I want to find a span like <span class="street-address">1234 Old Road</span> and I want the data in the span for that. Say there is also another scenario like <div id="bizUrl"><a href="http://www.codingforum.net">Coding Forum</a></div> then in that case I'd like to take the href variable etc.
Any ideas on the best way to do something like this?
Thanks in advance!
Comment