if(typeof MetaPress == "undefined") MetaPress={}; if(typeof MetaPress.Web == "undefined") MetaPress.Web={}; if(typeof MetaPress.Web.UI == "undefined") MetaPress.Web.UI={}; MetaPress.Web.UI.Page_class = function() {}; Object.extend(MetaPress.Web.UI.Page_class.prototype, Object.extend(new AjaxPro.AjaxClass(), { LogError: function(message, url, lineNumber) { return this.invoke("LogError", {"message":message, "url":url, "lineNumber":lineNumber}, this.LogError.getArguments().slice(3)); }, LogException: function(name, description, number) { return this.invoke("LogException", {"name":name, "description":description, "number":number}, this.LogException.getArguments().slice(3)); }, url: '/ajaxpro/MetaPress.Web.UI.Page,MetaPress.Web.ashx' })); MetaPress.Web.UI.Page = new MetaPress.Web.UI.Page_class();