1.项目中添加引用ajax.dll文件2.在web.config中设置httpHandleer标签 3.Page_Load事件中加入 Ajax.Utility.RegisterTypeForAjax(typeof(本页类名));4.标记函数,让客户端可以调用服务器端的方法,将标记放在函数前 [Ajax.AjaxMethod()] public int ServerMethod(para..){ ...... }5.客户端使用JS调用 var response=本页类名.Server
Function closeUBB(strContent) ‘************************************* ‘自动闭合UBB ‘************************************* Dim arrTags, i, OpenPos, ClosePos, re, strMatchs, j, Match Set re = New RegExp ‘申明re对象 re.IgnoreCase = True ‘设置是否区分字符大小写 re.Global =