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