W
Wolf Grossi
Hi folks,
onsubmit a form is scanned tru all elements and the element is checked
if it has onchange set.
If so, onchange is executed.
Assuming onchange looks like
onchange=function onchange(event)
{
alert("Alert XXX");
return checkNULL(this);
}
how can I execute the last statement of onchange only?
Thanks for reading,
Wolf
onsubmit a form is scanned tru all elements and the element is checked
if it has onchange set.
If so, onchange is executed.
Assuming onchange looks like
onchange=function onchange(event)
{
alert("Alert XXX");
return checkNULL(this);
}
how can I execute the last statement of onchange only?
Thanks for reading,
Wolf