Possible Duplicate:
Is it possible to trigger a link's (or any element's) click event through JavaScript?
How to click an "a href link" dynamically using JavaScript
I am using this code to call JavaScript code:
<a href="javascript:void(0)" onclick="javascript:execute();">
I want to click this link automatically.
is it possible with javascript?