Update of /cvsroot/magicajax/magicajax/Core/script
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8067/Core/script
Modified Files:
AjaxCallObject.js
Log Message:
Fix for .NET 1.1 client-side validation
Index: AjaxCallObject.js
===================================================================
RCS file: /cvsroot/magicajax/magicajax/Core/script/AjaxCallObject.js,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** AjaxCallObject.js 8 Feb 2006 16:19:55 -0000 1.54
--- AjaxCallObject.js 8 Feb 2006 20:49:43 -0000 1.55
***************
*** 266,270 ****
}
! if (typeof(WebForm_OnSubmit)=="function")
{
if (window.event && !__IsOpera)
--- 266,270 ----
}
! if (typeof(Page_ClientValidate)=="function")
{
if (window.event && !__IsOpera)
|