I am writing a simple web crawler in C# using .NET. I notice there is a lot of links embedded into javascript and ajax. I am especially interested in following the OnClick member in A tag. Is there way to follow these type link through DOM?
For example:
<a onClick=ajax_script('actio
n', 'action.php?action_id=11')
onMouseOver=this.style.cur
sor='point
er'>Action
11</a>
Thanks,
MF
Start Free Trial