M
Martin
Hi,
I want to use Imagebuttons () to submit a form, as following:
<form ....>
<Input name="buttonEdit" type=Image onclick="ActionHandle("2")>
<Input name="buttonnew" type=Image onclick="ActionHandle("1")>
</form>
But when I click a button, the function ActionHandle is not call.
I want to know, which button the user click, to open the corresponding form
and record
Where is incorrect, what can I do?
Thanks
Martin
I want to use Imagebuttons () to submit a form, as following:
<form ....>
<Input name="buttonEdit" type=Image onclick="ActionHandle("2")>
<Input name="buttonnew" type=Image onclick="ActionHandle("1")>
</form>
But when I click a button, the function ActionHandle is not call.
I want to know, which button the user click, to open the corresponding form
and record
Where is incorrect, what can I do?
Thanks
Martin