I have html code like that:
<div class="topright">
<a href="" TARGET="_parent" title="News Letter" >
<img border="none" src="/images/newsletter-button.gif' alt="News Letter" />
</a>
</div>
I am developing function findvalue in C#:
if (line.Contains("title"))
{
sTitle = findvalue("title", line);
}
findvalue
function is simple string opreations function which work like that
for this line <a href="" TARGET="_parent" title="News Letter" >
find function will retrun News Letter value, similarly I will get value of other attributes like href, src atc