Hi
I am willing to extract email id form following html I tried lot but no luck, can any one pls help
I am willing to extract email id form following html I tried lot but no luck, can any one pls help
<div class="email">
<script type="text/javascript">eval(unescape('%64'))</script><a target="_blank" href="/business/do_link/38494178?url=mailto:ebridalwed25@yahoo.com" rel="nofollow" class="searchlink email" title="EBridal">ebridalwed25@yahoo.com</a><br></div>
I am willing to expect email id form this link For Each link As HtmlNode In doc.DocumentNode.SelectNodes("//div[@class='email']")
ans = link.Attributes("href").Value