|
|
 |
FN-FORUM: [IE] Specify the Default Button for Multiple Submit
date posted 24th October 2003 18:07
> Hello Anthony,
>
> You can capture the onclick event in ie and then detect which object it
came
> from using:
>
>
>
> onClick="onButtonClickHandler(event);">
> onClick="onButtonClickHandler(event);">
> onClick="onButtonClickHandler(event);">
>
>
>
>
>
> function onButtonClickHandler(eventObject) {
>
> alert(eventObject.srcElement.value);
>
> }
>
>
>
> Best Regards
>
> John Kyle (iMS Ltd)
>
>
|
 |
|