Hi everyone,
After the firmware update my form's onsubmit is not working anymore,
this onsubmit calls one javascript validation routine. Does anybody
has this same problem ?
sample code:
...
more functions here
...
function validateForm()
{
if (ValidateDate(document.mainform.MotherBirthDate))
if (ValidateDate(document.mainform.FatherBirthDate))
return true;
return false;
}
...
html
...
<form id="mainform" runat="server" onsubmit="return validateForm();">
regards, Joel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---