One possibility is that if the javascript in your onsubmit raises an
exception then the browser falls back to normal form submission (eg if
you don't have the prototype javascript library loaded)
One possibility is that if the javascript in your onsubmit raises an
exception then the browser falls back to normal form submission (eg if
you don't have the prototype javascript library loaded)
Fred
Thanks Frederick, good shot... I forgot to read the Firebug console ..
when submitting the form...
One possibility is that if the javascript in your onsubmit raises an
exception then the browser falls back to normal form submission (eg if
you don't have the prototype javascript library loaded)
Fred
Thanks Frederick, good shot... I forgot to read the Firebug console ..
when submitting the form...
Thanks a lot , just adding ... (Fred shot 1 help me too, looking at
the Firebug console to see that there was an error... so ajax called
did not happen ... )