I certain html page contains links that are displayed with each onclick event. I am unable to parse the html for the url that will follow these onlick links. If this is the source on the page, how do I capture the content that each onclick link displays. In other words for example:
<a href="#" onClick="SelGenre('001'); return false;">プライベート</a> (4236)</li>
Now this is the onclick link that will display some content which I need to capture. Basically I want to be able to activate the onclick event from a program to display and capture the url links from that specific page. Hope this makes sense.i looked for javascript file but could not find it and firebug does not help much