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?