ReferenceError: Sys is not defined

时间:2024-04-30 17:31:48

项目框架MVC3

ReferenceError: Sys is not defined

 <form action="/Organization/Update" method="post" onclick="Sys.Mvc.AsyncForm.handleClick(this, new Sys.UI.DomEvent(event));" onsubmit="Sys.Mvc.AsyncForm.handleSubmit(this, new Sys.UI.DomEvent(event), { insertionMode: Sys.Mvc.InsertionMode.replace });">        
 @using (Ajax.BeginForm("", new AjaxOptions() { }))
{ }

生成后 Sys  onclick 和 onsubmit 中的 Sys 不是js系统变量,也说明了为什么每次都是  catch 2次