Here is the html of anchor tag:
<a href="javascript:void(0)" id="myid">JavaScript Link Code</a>
And this is the Javascript function's statement (not Javascript link code) which I am using
simulate(document.getElementById("myid"), "click");
Please help me. I want to auto click 'Javascript Link Code' between <a> </a>
when page loads.