<form>
<input type=hidden name=aa onclick="alert(123)">
<input type=button value=ok onclick="this.form.aa.click()">
</form>